:root {
  --black: #000000;

  --blue: #F87060;
  --sky-blue: #278ED5;
  --light-blue: #8ac1fa;
  --powder-blue: #e2f2fe;

  --dark-grey: #929497;
  --gray: #b3b3b3;
  --light-grey: #ebebeb;
  --white: #ffffff;

  --red: #e61610;
  --dark-orange: #ff6624;
  --orange: #ff9929;
  --pastel-orange: rgba(253, 126, 20, 0.05);
  --green: #3cb371;


  --small: 14px;
  --normal: 15px;
  --medium: 16px;
  --large: 18px;

}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #FFF0E8;
	color: #102542;
}

/* Top navigation */

#logo-caduceo {
  height: 47px;
}

#top-nav {
	background-color: #FFF0E8;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-bottom-width: 0.1em;
}

.col {
	padding: 0;
}

#navbar {
	width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #102542;
  border-bottom-width: 0.1em;
}

.navbar-brand {
  font-size: var(--large);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(7,80,117, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
  
.navbar-toggler {
  border-color: #F87060;
  color: #F87060;
}

.user-icon {
	border-color: #FFF;
	border-width: 1px;
	border-radius: 50%;
	border-style: solid;
}

.user-avatar {
	border-radius: 50%;
}

.navbar {
	padding: 0;
}

button {
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

h5 {
  font-size: var(--large);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:visited {
  background-color: #F87060;
}

.btn-default:hover,
.btn-default:active,
.btn-default:visited {
  color: #333 !important;
}

h5 {
  font-size: 18pt;
}

.vertical-bar {
  height: 100%;
  width: 10px;
  position: relative;
  right: -30px;
  border-radius: 5px;
  background-color: #F87060;
}

#chartdiv1, #chartdiv2 {
  background-color: #FFF;
}

#container_chartivs {
  margin-bottom: 10px;
}

/*
* NOVIGA colors
*/

.blue, .blue a {
  color: #102542;
}

.blue a:hover {
  color: #102542;
  font-weight: 600;
}

.blue-bg {
  background-color: #102542;
  border-color: #102542;
}

.orange, .orange a {
  color: #F87060;
}

.orange a:hover {
  color: #F87060;
  font-weight: 600;
}

.orange-bg {
  background-color: #F87060;
  border-color: #F87060;
}

.blanc-orange {
  color: #FFF0E8;
}

.blanc-orange-bg {
  background-color: #FFF0E8;
  border-color: #FFF0E8;
}

.white {
  color: #FFF;
}

.white-hover:hover {
  color: #FFF;
}

.white-bg {
  background-color: #FFF;
}

.gray-bg {
  background-color: #f7f6f6;
}