/************************************ FONTS ************************************/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(https://weloveiconfonts.com/api/?family=entypo|fontawesome|zocial);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-cloudy:before {
	content: "\e60f";
}
.icon-sun:before {
	content: "\e610";
}
.icon-cloudy2:before {
	content: "\e611";
}
/************************************* END FONTS *************************************/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  overflow: hidden;
}

body {
	/* background: #1f253d; */
	background: white;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 17px;
}

p {
	font-size: 15px;
}

a {
	text-decoration: none;
	font-size: 15px;
}
	a:hover {
		text-decoration: underline;
	}

h1, h2, p, span{
	color: #5d5151;
}
a{
	color: white;
}

.horizontal-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.horizontal-list li {
	float: left;
}

.clear {
	clear: both;
}

.icon {
	font-size: 25px;
}

.titular {
	display: block;
	line-height: 60px;
	margin: 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.button {
	display: block;
	width: 175px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.button:hover {
	text-decoration: none;
}

.arrow-btn-container {
	position: relative;
}

.arrow-btn {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.arrow-btn:hover {
	text-decoration: none;
}

.arrow-btn.left {
	border-top-left-radius: 5px;
}

.arrow-btn.right {
	border-top-right-radius: 5px;
	right: 0;
	top: 0;
}

.arrow-btn .icon {
	display: block;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 100%;
	line-height: 17px;
	width: 21px;
	margin: 20px auto;
	text-align: center;
}

.arrow-btn.left .icon {
	padding-right: 2px;
}

.profile-picture {
	border-radius: 100%;
	overflow: hidden;
	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;	
}

.big-profile-picture {
	margin: 0 auto;		
	border: 5px solid #50597b;
	width: 150px;
	height: 150px;
}

.small-profile-picture {
	border: 2px solid #50597b;
	width: 40px;
	height: 40px;
}


/** MAIN CONTAINER **/

.main-container {
	font-family: 'Ubuntu', sans-serif;
	/* width: 950px; */
	width: 100%;
	height: 1725px;
	
}	
/*********************************************** HEADER ***********************************************/
header {
	height: 80px;
}
.header-menu {
	font-size: 17px;
	line-height: 80px;
}
.header-menu li {
	position: relative;
}
.header-menu-tab {
	padding: 0 27px;
	display: block;
	line-height: 74px;
	font-size: 17px;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.header-menu-tab:hover {
	/* background: #50597b; */
	/* border-bottom: 4px solid; */
	text-decoration: none;
}
.header-menu-tab .icon {
	padding-right: 15px;
}
.header-menu-number {
	position: absolute;
	line-height: 22px;
	padding: 0 6px;
	font-weight: 700;
	background: #e64c65;
	border-radius: 100%;
	top: 15px;
	right: 2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.header-menu li:hover .header-menu-number {
	text-decoration: none;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/** CONTAINERS **/
.container {
	float: left;
	width: 400px;
}
.block {
	margin-bottom: 25px;
	background: #394264;
	/* background: #f5f5fc; */
	border-radius: 5px;
}
.contBlock{
	margin: 0 200px;
}
/******************************************** LEFT CONTAINER *****************************************/

.menu-box {
	height: 360px;
}

.menu-box .titular {
	background: #844B41;
}

.menu-box-menu .icon {
	display: inline-block;
	vertical-align: top;
	width: 28px;
	margin-left: 20px;
	margin-right: 15px;
}

.menu-box-number {
	width: 36px;
	line-height: 22px;
	background: #50597b;
	text-align: center;
	border-radius: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.menu-box-menu li{
	height: 48px;
	position: relative;										
}

.menu-box-tab {
	line-height: 60px;
	display: block;
	border-bottom: 1px solid #1f253d;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.menu-box-tab:hover {
	background: #50597b;
	border-top: 1px solid #1f253d;
	text-decoration: none;
}

.menu-box-tab:hover .icon {
	color: #fff;
}

.menu-box-tab:hover .menu-box-number {
	background: #e64c65;
}

.donut-chart-block {
	height: 434px;
}

.line-chart-block {
	height: 400px;
}
/************************************************** MIDDLE CONTAINER **********************************/
.middle-container {
	margin: 0 25px;			
}
.profile {
	height: 450px;
}
			
.weather {
	height: 555px;
}
		
.tweets {
	height: 375px;	
}					
/********************************************* RIGHT CONTAINER ****************************************/

.join-newsletter {
	height: 230px;
}
			
.account {
	height: 390px;
}

.calendar-day {
	height: 320px;
	background: #3468af;
}

	
/********************************************** chatbot style *****************************************/
.close {
	display: none;
  }
  #chatbot{
	position: fixed;
	bottom: 20px;
	right: 90px;
	width: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	cursor: pointer;
  }
  #nom{
	position: fixed;
	bottom: 40px;
	right: 200px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	cursor: pointer;
	border: 2px solid #f5f5fc;
	border-radius: 5px;
  }
  
  #chatbot-header {
	background-color: #4caf50;
	color: white;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
  }
  
  #chatbot-messages {
	display: block;
	background-color: white;
	height: 300px;
	overflow-y: scroll;
	padding: 10px;
  }
  
  #chatbot-input {
	width: 100%;
	padding: 10px;
	border: none;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
  }
  
  #user-message {
	background-color: #e8f5e9;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: right;
  }
  
  #bot-message {
	background-color: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
  }
