/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
  top: 20;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
  background: #E6E6E6;
  min-height: 100vh;
}

code {
  color: #B06AB3;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
}

footer {
	background-color: #FFFFFF;
	height: 6%;
}

@media (min-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.fa {
	color:black;
}

.top-buffer {
	margin-top:10px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
	background-color: #116799 !important;
	border-color: #FFFFFF !important;
}

.btn-primary:hover {
	background-color: #3AA8E9 !important;
	border-color: #FFFFFF !important;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

h3 {
	font-weight: normal;
}

table {
	background-color: white;
}

div.toolbar {
	float: right;
	margin-left:10px;
}

table#tableListagem.dataTable tbody tr:hover {
	background-color: #ffa;
	cursor: pointer;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.form-row-margin {
	margin-top: -15px;
}

.form-control-margin {
	margin-top: -10px;
}

a:link {
	text-decoration:none;
}

ul.bar-legend {
    text-align: center;
    margin-top: 2rem;
}
ul.bar-legend li {
    display:inline-block;
    margin-right: 10px; 
}
ul.bar-legend li span {
    padding: 5px 10px;
    color: #666666;
}

ul.line-legend {
    text-align: center;
    margin-top: 2rem;
}
ul.line-legend li {
    display:inline-block;
    margin-right: 10px; 
}
ul.line-legend li span {
    padding: 5px 10px;
    color: #FFFFFF;
}

ul.pie-legend {
    text-align: center;
    margin-top: 2rem;
}
ul.pie-legend li {
    display:inline-block;
    margin-right: 10px; 
}
ul.pie-legend li span {
    padding: 5px 10px;
    color: #FFFFFF;
}

.graph_container{
  display:block;
  width:100%;
}

#chart {
    height: 440px;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 126px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 30px;
}
