body>div.row{
    margin:0;
}

.datetimepicker *{
	font-size:0.8em;
}

.btn {
	text-align:center;
    background-color: rgba(255, 233, 251, 0.6);;
    border-color: #907A71;
    color: black;
	width:98%;
	margin:3px;
	border:1px solid #aaa;
    box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}

.btn-primary{
    color: rgb(255, 233, 251);
    background-color:rgb(129,76,120);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background-color: rgb(129,76,120);
    border-color:rgb(129,76,120);
}

#content .row {
	background-color:white;
	margin-bottom:10px;
}



#chart-panel{
	height:280px;
	width:100%;
}


.centered {
	text-align: center;
}

.centereddate {
	text-align: center;
	padding: 10px;
}


.btn1{
    background-color: #814C78;
    border-color: #907A71;
    color: white;
    margin: 10px;
}

#bodystyle{
	padding:3px;
	background-color:white;
}

#top-style-chart{
	width:100%;
	display:inline-block;
	margin-left:25%;
}

#title-chart{
	font-size:2em;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 0.25);
	color:#814C78;
}


.text-time{
	text-style:"bold";
	color:#814C78;
}

#top-dashboard{
	background:white;
	padding:1em;
	text-align:center;
	max-width:100%;
}

#top-dash-div{
	width:100%;
	display:inline-block;
}

#date-update{
	text-align: right;
	width:25%;
	display:inline-block;
}

#date-update-dash{
	align: center;
	width:100%;
	display:inline-block;
}

#date{
    text-align: right;
    width:100%;
    display:inline-block;
}

#login-div{
	margin-top:3em; 
	margin-right:20%; 
	margin-left:20% ; 
	margin-bottom:3em;
}

#row-text{
 text-align:right; 
 padding-right:1em;
}

.widget{
    width:18%;
    margin:0.3em 1%;
    border:1px solid #aaa;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    background-color:rgba(255, 233, 251, 0.6);
    text-align:center;
    padding:0.2em 0;
    border-radius:10px;
    display:inline-block;
    font-weight:normal;
}

.widget-title{
}

.widget-value{
    font-size:1.25em;
    font-weight:700;
}

.widget-date{
    font-style: italic;
}

#bstoric{
	font-size:1.1em;
	text-shadow: 3px 3px 2px rgba(150,150,150,0.25);
	color:#814C78;
	padding:1em; 
	max-width:100%;
}

#title-snapshot{
	font-size:2em;
	text-shadow: 3px 3px 2px rgba(150, 150, 150, 0.25);
	color:#814C78;
}

#list-elem{
	font size:"2em";
	list-style-image:none;
	padding : 0px;
	width:100%;
}

#list-snap{
	height:300px; 
	overflow-x:hidden;
	overflow-y:auto;
	border: 3px solid #814C78; 
	border-radius:5px;
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	margin-top:10px;
}

#list-snap li{
    font-weight: bold; 
    text-align: left; 
    padding: 0px 0px 5px 5px; 
    list-style-image: none; 
    width: 100%;
	border-radius:3px;
	line-height:28px;
	text-align:center;
}

#imagesnap {
	margin-top:90px;
	margin-bottom:10px;
	border:2px solid #814C78;
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.selectedsnap{
    background-color:#B3659A;
    color:white;
}

.exitbutton{
	position:absolute;
	top:2px;
	right:2px;
	width:10em;
}

#navigation a{
	width:15%;
	margin:2px;
	font-size:0.9em;
}

.current{
	background-color:#286090;
	color:white;
}
