/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.ml-1{
    margin-left: 10px;
}
.ml-2{
    margin-left: 10px;
}
.mr-1{
    margin-right: 10px;
}
.mr-2{
    margin-right: 20px;
}
.dropdown-user-link-opacity {
    color: light-grey !important;
    opacity: 0.5;
}
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 14rem;
}

.border-top-permissions {

  border-top: 5px solid #fe6b00;

}
.border-top-users {
  border-top: 5px solid #8a199c;
}
body::after {

    display: none;

}
body::after {

    content: "xl - min-width: 1200px";

}
body::after {

    content: "lg - min-width: 992px";

}
body::after {

    content: "md - min-width: 768px";

}
body::after {

    content: "sm - min-width: 544px";

}
body::after {

    content: "xs - min-width: 0px";

}

html body {
    background-color: #f5f5f5;
}
.main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(118deg, #1a2ab5, #1a2ab5);
    box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
    border-radius: 4px;
    z-index: 1;
}
.main-menu .navbar-header {
    height: 100px;
}
a {
    color: #1a2ab5;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #1a2ab5;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {

    background-color: #1a2ab5;
}
.btn-primary {
    border-color: #1a2ab5 !important;
    background-color: #1a2ab5 !important;

}
.main-menu.menu-light .navigation > li ul .active {
    box-shadow: none
}

.main-menu.menu-light .navigation > li.active > a {
    box-shadow: none;
}
.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #1a2ab5, #1a2ab5);
    box-shadow: none;

}
.navigation {
    font-size: 0.95rem;
    font-family: "Fira Sans", Helvetica, Arial, serif;
    font-weight: 400;
}
.dark-layout a {
  color:white
}
.graph {
    position: relative;
}
.loaderContainer {
    position: absolute;
    z-index: 9;
    /* background: white; */
    
    width: 100%;
    height: 100%;
    /*top: 0;*/
    left: 0;
}
.graph img,
img.loader {
    margin-left: auto !important;
    margin-right: auto !important;
    display: list-item;
    margin-top: 10%;
    
}
.badge.badge-light-success {
    background : none !important;
    color: #28c76f !important;
}
#map {
    height: 70vh;
    width: 100%;
    border-radius: 10px;
}
code {
    background-color: transparent !important;
    font-size: 80%;
}
.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy,
.dark-layout .dataTables_wrapper .dt-buttons .buttons-excel,
.dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf,
.dark-layout .dataTables_wrapper .dt-buttons .buttons-print,
.dark-layout .dataTables_wrapper .dt-buttons .btn-secondary,
.dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*=buttons-] {
  color: #fff;
  background-color: #1a2ab5 !important;
}

.highcharts-container {
    border-radius: 10px;
}

.mouse-pointer {
    cursor: pointer;
}

#taillines,#taillines-909 {
	white-space: pre-wrap;
	/* border-top-color: black; */
	width: 100%;
	/* border: 1px solid green; */
	padding: 5px;
	margin: 5px;
	text-align: left;
}

table.threeDMode {
	/* transform: rotateX(65deg) rotateZ(-15deg); */
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
    background: #F4F4F4;
}
table.heat-map-table {
    width: 100%;
}
.grid {
    margin: 1em auto;
    border-collapse: collapse
}

.grid td {
    cursor: pointer;
    /* width: 10%; */
    height: 10%;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px
}
td.none {
    background-color: #F4F4F4;
    color: white !important;
}