/*
*--------------------------------
* 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;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.taleTerms,
.taleTerms th,
.taleTerms td {
  border: 1px solid #555;
}
.taleTerms
th,
.taleTerms td {
  padding: 15px;
  text-align: left;
}


/**
* 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-color: #fff;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
}
@media (max-width: 992px) {
  body {
    margin-bottom: 750px;
  }
}
@media (max-width: 1000px) and (min-width: 500px) {
  body {
    margin-bottom: 750px;
  }
}
@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  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");
}
#TermsAndConditions {
  padding-bottom: 120px;
  /*
****************
three type buttons
Primary   --> btn-primary-goctors
Secondary --> btn-secondary-goctors
Link      --> btn-link-goctors
****************
*/
}
#TermsAndConditions #content-term-header {
  background-color: #FFF3F8;
  padding-top: 40px;
  padding-bottom: 40px;
}
#TermsAndConditions #content-term-body {
  background-color: #fff;
}
#TermsAndConditions h1,
#TermsAndConditions h2 {
  font-family: Lunema-bold, sans-serif;
  color: #005768;
}
#TermsAndConditions h3,
#TermsAndConditions h4 {
  font-family: Lunema-bold, sans-serif;
}
#TermsAndConditions h5 {
  font-family: Work Sans-SemiBold, sans-serif;
}
#TermsAndConditions .btn-primary-goctors {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E93B81;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.1;
  opacity: 1;
  font-size: 18px;
}
#TermsAndConditions .btn-primary-goctors:hover {
  background-color: #731059 !important;
}
#TermsAndConditions .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;
}
#TermsAndConditions .btn-secondary-goctors:hover {
  background-color: #E93B81;
  color: #fff;
}
#TermsAndConditions .btn-link-goctors {
  color: #E93B81;
  text-decoration: none;
  font-size: 16px;
  background-color: transparent !important;
  border: none;
}
#TermsAndConditions .btn-link-goctors:hover {
  color: #731059;
}
@media (max-width: 500px) {
  #TermsAndConditions .btn-primary-goctors {
    width: 100%;
    font-size: 16px;
  }
}
#TermsAndConditions .active {
  background-color: #FFF3F8;
  color: #731059 !important;
}
#TermsAndConditions .active span,
#TermsAndConditions .active i {
  color: #731059 !important;
}
#TermsAndConditions .tabs {
  background-color: #fff !important;
  padding-top: 0px;
  padding-bottom: 88px;
}
#TermsAndConditions .tabs .content-tabs-left {
  padding: 0;
  height: auto;
}
#TermsAndConditions .tabs .content-tabs-left .tab-content a {
  font-size: 16px;
  font-family: Work Sans-SemiBold, sans-serif;
  color: #676879;
  text-decoration: none;
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
}
#TermsAndConditions .tabs .content-tabs-left .tab-content a i {
  position: absolute;
  right: 16px;
  margin-top: 2px;
  font-size: 20px;
}
#TermsAndConditions .tabs .content-tabs-left .tab-content li {
  margin-top: 1px;
  text-align: left;
}
#TermsAndConditions .tabs .content-tabs-left .tab-content li:hover {
  background-color: #FFF3F8;
}
#TermsAndConditions .tabs .content-tabs-left .tab-content li:hover a {
  color: #731059 !important;
}
#TermsAndConditions .tabs .content-tabs-right {
  padding: 0;
  height: auto;
  overflow-y: auto;
}
#TermsAndConditions .tabs .content-tabs-right .active {
  background-color: transparent !important;
  color: #676879 !important;
}
#TermsAndConditions .tabs .tab-content {
  padding-top: 40px;
}
#TermsAndConditions .tabs .tab-pane {
  margin-left: 30px;
  margin-right: 30px;
}
#TermsAndConditions .tabs .tab-pane .col-md-12 {
  padding-bottom: 26px;
}
#TermsAndConditions .tabs .tab-pane h4 {
  font-size: 28px;
  font-family: Lunema-bold, sans-serif;
  color: #676879;
}
#TermsAndConditions .tabs .tab-pane p {
  font-size: 16px;
  padding-top: 12px;
  color: #676879;
}
#TermsAndConditions .acordion {
  background-color: #fff;
  margin-bottom: 40px;
}
#TermsAndConditions .acordion .panel-group {
  margin: 0;
  padding: 0;
}
#TermsAndConditions .acordion .panel-group .panel-default {
  border-radius: 4px 4px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#TermsAndConditions .acordion .panel-group .panel-default .panel-heading {
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #FFF3F8;
}
#TermsAndConditions .acordion .panel-group .panel-default .panel-heading:hover {
  background-color: #FFF3F8;
}
#TermsAndConditions .acordion .panel-group .panel-default .panel-heading:hover span {
  color: #731059 !important;
}
#TermsAndConditions .acordion .panel-group .panel-default a {
  display: block;
  text-decoration: none;
}
#TermsAndConditions .acordion .panel-group .panel-default span {
  padding-left: 22px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #676879;
}
#TermsAndConditions .acordion .panel-group .panel-default i {
  position: absolute;
  right: 0px;
  font-size: 22px;
  margin-top: 10px;
  color: #676879;
  font-family: 300;
}
#TermsAndConditions .acordion .panel-group .panel-collapse {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
}
#TermsAndConditions .acordion .panel-group .panel-collapse h4 {
  font-size: 24px;
  font-family: Lunema-bold, sans-serif;
  color: #676879;
}
#TermsAndConditions .acordion .panel-group .panel-collapse article {
  padding-bottom: 24px;
}
#TermsAndConditions .acordion .panel-group .panel-collapse p {
  font-size: 16px;
  color: #676879;
}
#TermsAndConditions .gt-modal .gt-modal-content {
  height: 500px;
  overflow-y: scroll;
}
#TermsAndConditions .gt-modal .gt-modal-content li {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
#TermsAndConditions .gt-modal .modal-footer {
  border: 0;
  bottom: 0;
}


@media (max-width: 900px) {
  #TermsAndConditions .tabs {
    display: none;
  }
  #TermsAndConditions .acordion .panel-default i {
    position: absolute;
    right: 10% !important;
    font-size: 22px;
    margin-top: 1%;
    color: #676879;
    font-family: 300;
  }
  #TermsAndConditions .gt-modal .gt-modal-content {
    height: 550px;
    overflow-y: auto;
  }
  #TermsAndConditions .gt-modal .gt-modal-content li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  #TermsAndConditions .gt-modal .modal-footer {
    bottom: 0;
    right: 0;
    border: 0px;
  }
}
@media (min-width: 900px) {
  #TermsAndConditions .acordion {
    display: none;
  }
}
@media (max-width: 500px) {
  #TermsAndConditions .test-table {
    overflow-x: auto;
  }
  #TermsAndConditions table {
    z-index: 9;
    width: 100%;
    white-space: normal;
  }
  #TermsAndConditions tbody {
    display: block;
    height: 200px;
    overflow: auto;
  }
  #TermsAndConditions thead,
  #TermsAndConditions tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #TermsAndConditions .gt-modal .gt-modal-content {
    height: 450px;
    overflow-y: auto;
    z-index: 999999 !important;
  }
  #TermsAndConditions .gt-modal .gt-modal-content li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  #TermsAndConditions .gt-modal .modal-footer {
    bottom: 0;
    right: 0;
    border: 0px;
  }
}
