.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}

.tooltip-dotted {
	border-bottom: 1px dotted black;
}

.box-shadow {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.welcome {
	color: #d96c3f;
	text-align: center;
}

.welcome i {
	margin-left: 10px;
	margin-right: 10px;
    color: #d96c3f;
}

.formlogin {
    font-family: 'Lato', arial, sans-serif;
    width: 350px;
    height: 380px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #CDCDCD;
    padding: 30px;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -190px;
    box-sizing: border-box;
    border-radius: 4px;
}

.formlogin h4 {
    color: #696969;
}

.formlogin i {
    margin-left: 8px;
    color: #d96c3f;
}

.formlogin input[type="text"],.formlogin input[type="password"],.formlogin input[type="submit"] {
    border: .5px solid #D3D3D3;
    border-radius: 5px;
    width: 250px;
    height: 40px;
    padding: 10px;
    margin: 5px auto;
    box-sizing: border-box;
}


.form-register {
    width: 350px;
    height: 430px;
    margin-left: -175px;
    margin-top: -215px;
}

.loginsubmit {
    background-color: #006400;
    color: white;
}

.loginsubmit:hover {
    color: white !important;
	background-color: #228B22;
	border-color: #228B22;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.loginsubmit:active {
    color: white !important;
	background-color: #d96c3f;
	border-color: #d96c3f !important;
	box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.loginsubmit button:focus {
    outline: 0;
}

.formlogin a {
    text-decoration: none;
    font-size: 14px;
}

.formlogin a:hover {
    color: #00008B;
}

.formlogin img {

}

.box-shadow {
	box-shadow:0px 3px 15px rgba(0,0,0,0.2);
}

.borderless td, .borderless th {
	border: none !important;
}

.table-center td, .table-center th {
	text-align: center !important;
}

.table-font td, th {
	font-size: 12px;
}


/* BEGIN MIT LICENSE */
/*MIT License

Copyright (c) 2017 Michael Hall

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

/* Add shadow effect to chart. If you don't like it, get rid of it. */

svg {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.3) );
    filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.25) );
}

/*Styling for the lines connecting the labels to the slices*/
polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}

/* Make the percentage on the text labels bold*/
.labelName tspan {
    font-style: normal;
    font-weight: 700;
}

/* In biology we generally italicise species names. */
.labelName {
    font-size: 0.9em;
    font-style: italic;
}
/* END MIT LICENSE */

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}

.circle {
	fill: white;
	stroke: steelblue;
	stroke-width: 2px;
}

.area {
	fill: steelblue;
	stroke: none;
	opacity: 0.1;
}

.zeroline {
	fill: none;
	stroke: red;
	stroke-width: 0.5px;
	stroke-dasharray: 5 5;
}

.zerolinetext {
	fill: red;
}

.overlay {
	fill: none;
	stroke: none;
	pointer-events: all;
}

.focusLine {
	fill: none;
	stroke: steelblue;
	stroke-width: 0.5px;
}

.focusCircle {
	fill: red;
}
