.topButton {
  width: 135px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding-top: 6px;
}
.fixedbuttons {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
body p,
body ul li,
body ol li {
  font-family: 'Raleway', sans-serif;
}
body {
  background: #F7F8FA;
}
.wrapper {
  display: inherit !important;
}
.wrapper #sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.wrapper #sidebar .sidebar-header {
  background: #fff;
}
.wrapper #sidebar .sidebar-header h3 {
  color: #333;
}
.wrapper #sidebar .sidebar-wrapper {
  overflow: auto;
  height: calc(90vh - 80px);
}
.wrapper #sidebar .sidebar-wrapper h3 {
  color: #3FA9F5;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 10px 25px;
}
.wrapper #sidebar .sidebar-wrapper ul {
  border: 0 !important;
  padding: 0;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li {
  position: relative;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #3FA9F5;
  width: 0;
  height: 100%;
  z-index: 9;
  transition: all .4s;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li.active:before,
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:hover:before {
  width: 3px;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:first-child a:before {
  background: url("../images/icons/icon-menu-clinic.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:nth-child(2) a:before {
  background: url("../images/icons/icon-menu-doctor.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:nth-child(3) a:before {
  background: url("../images/icons/icon-menu-patients.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:nth-child(4) a:before {
  background: url("../images/icons/icon-menu-store.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:nth-child(5) a:before {
  background: url("../images/icons/icon-menu-orders.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul.main-navigation li:nth-child(6) a:before {
  background: url("../images/icons/icon-menu-download.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul.nav-notifications li {
  position: relative;
}
.wrapper #sidebar .sidebar-wrapper ul.nav-notifications li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #3FA9F5;
  width: 0;
  height: 100%;
  z-index: 9;
  transition: all .4s;
}
.wrapper #sidebar .sidebar-wrapper ul.nav-notifications li.active:before,
.wrapper #sidebar .sidebar-wrapper ul.nav-notifications li:hover:before {
  width: 3px;
}
.wrapper #sidebar .sidebar-wrapper ul.nav-notifications li:first-child a:before {
  background: url("../images/icons/icon-menu-messages.png") no-repeat center center / 25px;
}
.wrapper #sidebar .sidebar-wrapper ul li {
  border-top: 1px solid #E6E6E6;
}
.wrapper #sidebar .sidebar-wrapper ul li:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.wrapper #sidebar .sidebar-wrapper ul li.active a {
  background: #f9f9f9;
}
.wrapper #sidebar .sidebar-wrapper ul li a {
  color: #4D4D4D;
  font-size: 14px;
  position: relative;
  padding: 12px 10px 12px 60px;
}
.wrapper #sidebar .sidebar-wrapper ul li a:before {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  top: 22%;
  left: 25px;
}
.wrapper #sidebar .sidebar-wrapper ul li a:hover {
  color: #4D4D4D;
  background: #f9f9f9;
}
.wrapper #sidebar .sidebar-wrapper .bt-courses {
  text-align: center;
  margin-top: 40px;
}
.wrapper #sidebar .sidebar-wrapper .bt-courses a {
  display: inline-block;
  background: #3FA9F5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  padding: 7px 0 7px 70px;
  width: 87%;
  position: relative;
  text-align: left;
}
.wrapper #sidebar .sidebar-wrapper .bt-courses a:before {
  position: absolute;
  content: url(../images/icons/icon-education.png);
  top: 26%;
  left: 20px;
}
.wrapper #sidebar .sidebar-wrapper .bt-courses a:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 50px;
  width: 1px;
  height: 80%;
  background: rgba(255,255,255,0.3);
}
.wrapper #sidebar .sidebar-wrapper .bt-courses a:hover {
  background: #2691de;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.25);
}
.wrapper #sidebar .sidebar-wrapper .main-search {
  padding-left: 20px;
  margin-top: 20px;
  position: relative;
}
.wrapper #sidebar .sidebar-wrapper .main-search label {
  font-size: 12px;
  margin-bottom: 0;
  color: #4D4D4D;
}
.wrapper #sidebar .sidebar-wrapper .main-search input[type="text"] {
  background: #f2f2f2;
  border: 0;
  border-radius: 3px;
  color: #808080;
  width: 92%;
  font-size: 12px;
  padding: 4px 0 4px 16px;
}
.wrapper #sidebar .sidebar-wrapper .main-search input[type="submit"] {
  position: absolute;
  background: url(../images/icons/icon-search.png) no-repeat center center;
  width: 15px;
  height: 15px;
  bottom: 8px;
  right: 30px;
  border: 0;
  cursor: pointer;
}
.wrapper #sidebar .sidebar-wrapper .close-session {
  padding-left: 20px;
  margin-top: 35px;
}
.wrapper #sidebar .sidebar-wrapper .close-session a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #808080;
}
.wrapper #sidebar .sidebar-wrapper .close-session a p {
  padding-left: 25px;
  font-weight: 600;
  color: inherit;
}
.wrapper #sidebar .sidebar-wrapper .close-session a .menu-icon.sign-off {
  position: absolute;
  content: url(../images/icons/icon-close-sesion.png);
  top: 2px;
  left: 0;
  transition: all .4s;
}
.wrapper #sidebar .sidebar-wrapper .close-session a:hover {
  color: #b9575c;
}
.wrapper #sidebar .sidebar-wrapper .close-session a:hover .menu-icon.sign-off {
  left: 3px;
}
.wrapper #sidebar .sidebar-wrapper .copyright-vos {
  text-align: center;
  margin-top: 50px;
}
.wrapper #sidebar .sidebar-wrapper .copyright-vos p {
  font-size: 11px;
  color: #808080;
  line-height: 14px;
  margin-bottom: 0;
}
.wrapper #content {
  position: relative;
  float: right;
}
.vos-login {
  max-width: 600px;
  padding: 0 !important;
}
.vos-login .card-header {
  text-align: center;
  border: 0;
}
.vos-login .card-header img {
  max-width: 150px;
}
.vos-login .wrapper-login {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
  padding: 30px 10px 20px;
}
.vos-login .card {
  border: 0;
}
.vos-login .card .form-control {
  padding: 5px;
  height: auto;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #cecece;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #999999;
  font-size: 14px;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  transition: all .4s;
}
.vos-login .card .form-control:focus {
  border-bottom: 1px solid #3FA9F5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none !important;
}
.vos-login .card .icon-log img {
  max-width: 12px;
}
.vos-login .card .input-group-text {
  border: 0;
  background-color: transparent !important;
}
.vos-login .card .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  margin-top: 30px;
}
.vos-login .card .card-body {
  padding: 0px 30px 0px 10px;
  border: 0;
}
.vos-login .card .card-body h4 {
  font-size: 30px;
  color: #4D4D4D;
  margin-left: 30px;
}
.vos-login .card .card-footer {
  background: none !important;
  border: 0 !important;
}
.vos-login .card .card-footer a {
  font-size: 11px;
  color: #4D4D4D;
  margin-top: 5px;
  margin-left: 25px;
  display: inline-block;
}
.vos-login .card .card-footer input[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  background: #ABCB60;
  border-radius: 2px;
  border: 0;
  padding: 6px 28px;
  float: right;
  margin-top: -8px;
}
.vos-login .card .card-footer input[type="submit"]:hover {
  background: #9ecb60;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.25);
}
.vos-login .card .error_form {
  display: inline-block;
}
.vos-login .footer {
  text-align: center;
  color: #808080;
  padding: 2.5rem 0 0.9375rem;
}
.bar_header {
  background-color: #5252c1;
}
.bar_header a {
  display: inline-block;
  color: #ffffff;
  padding-left: 7px;
  padding-right: 7px;
}
.btn_menu_p {
  background: #5252c1 !important;
  color: white !important;
}
a.btn_menu_p {
  background: #5252c1 !important;
  color: white !important;
}
.btn_menu_p:focus {
  background: #5252c1 !important;
  color: white !important;
}
.row_contenedor_1 {
  margin: 5px;
  border: 1px solid #0062cc;
  text-align: center;
  background: #dadaef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.row_contenedor_1 p {
  padding-top: 14px;
  font-size: 17px;
  color: #424297;
}
.row_contenedor_1 a {
  font-size: 17px;
  color: #424297;
}
.fila_contenedor {
  border: 1px solid #ccc;
}
