/*================================================================================
	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.  */
#loading-mask{
	background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
    color:#7367F0;
}

#loading-mask .loading-img{
	height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
	margin-top:-50px;
    width: 100%;
}

.menu-collapsed .logged-user{
    visibility: hidden;
}

.expanded .logged-user{
    visibility: visible;
}

.filter-nav, .filter-wrapper{
    padding:0!important;
}

.filter-nav .card{
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.filter-wrapper .card-body{
    padding-top:0!important;
}

.navbar-collapse{
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;

}

.map-content .content-wrapper{
    margin:0!important;
    padding:0!important;
}

.content-wrapper{
    margin:0!important;
}

.header-navbar-shadow{
    display: none!important;
}

.map-page .header-navbar-shadow{
    display:block!important; 
}

footer.footer{
    display: none!important;
}

@media (min-width: 768px) {
    .ag-btns{
        width: 60%;
        text-align: right;
    }
}



.ag-btns{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}


/**/
.f-modal-wrapper{
    position: absolute;
    background: rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    z-index: 9999;
}
.f-modal{
    position: fixed;
    height: 100%;
    top: 0px;
    right: 0px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 99999;
    opacity: 1;
    animation-duration: 0.4s;
    padding: 2rem;
}

.fmodal-heading{
    font-size: 23px;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
}

.f-modal .close-fmodal > i{
    cursor:pointer;
    font-style: normal;
}
.f-modal .close-fmodal > i:hover{
    color: #000;
}


/**/
.form-control.error{
    border: 1px solid red;
    
}
select.form-control{
    padding: 0rem 0.7rem;
}
select option{
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.25;
}

select option:disabled {
    color: #999;
    font-weight: bold;
    font-style: italic;
}

.card .card-header{
    justify-content: flex-start;
}

.card .card-header .back-btn{
    margin-right: 15px;
}

.aggrid{
    font-size: 0.75rem!important;
}
.aggrid i{
    font-size: 16px!important;
}

.ag-theme-material .ag-header-row {
    border: none;
    height: 35px!important;
}

.ag-theme-material .ag-header-cell, .ag-theme-material .ag-header-group-cell,
.ag-theme-material .ag-cell
{
    padding-left: 5px;
    padding-right: 5px;
}

.aggrid .ag-header-cell-text{
    font-size: .9rem!important;
    font-weight: bold;
    text-transform: uppercase;
}

.ag-theme-material .ag-row{
    cursor: pointer;
}

.grid-delete-icon,.grid-status-icon{
    cursor: pointer!important;
}

.marker-label{
    background: black;
    color: #fff;
    padding: 8px 5px;
    width: 110px;
    text-align: center;
}

.gateway-radius{
    line-height: 38px;
}

.custom-file-label{
    margin: 0 15px;
}

.file-group{
    padding: 7px;
    border:1px solid #cacaca;
    border-radius: 4px;
}

.points-area{
    min-height: 180px;
}

/*#select2-TooltipFields-results*/
.select2-container--default .select2-results > .select2-results__options
{
    max-height:500px
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple
{
    min-height: 44px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 3px 5px;
}

.header-navbar .card-header .select2-container .select2-selection{
    min-height: 35px!important;
    height: 35px!important;
    height: 35px!important;
    overflow: hidden;
}

.header-navbar .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px;
    
}

.header-navbar .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 1px;
    margin-bottom: 5px;
}

.header-navbar .card-header label{
    display: none;
}
.header-navbar form .form-group{
    margin-bottom: 0px;
}

.map-page .header-navbar .card .card-header .heading-elements, 
.map-page .header-navbar .card .card-header .heading-elements-toggle{
    top: 28px;
}

@media screen and (max-width: 767px) {
    .header-navbar form .form-group{
        margin-bottom: 10px;
    }

}

.data-cards .card-body{
    background: #f6f6f6!important;
    font-size:1rem!important;
}

.data-row > div,
.data-row > div.col-md-6 > div > div
{
    text-align: center;
    padding: 15px 0;
    font-size: 85%;
    font-size: 100%;
}

.data-cards .card-body h3,
.data-cards .card-body h2
{ 
    text-align: center; 
    font-size: 0.8rem; 
    font-weight: bold; 
}

.data-cards .card-body span{
    display: inline-block;
    width: 70px;
    text-align: left;
}

.data-cards .card-body span.value-input,
span.value-input{
        font-size: 100%;
        color: #E83E8C;
        background-color: #ccc;
        border-radius: 0.25rem;
        margin: 0.1rem;
        padding: 0.15rem 0;
        width: 91px;
        display: inline-block;
        text-align: center;
}

.data-cards .card-body i{
    display: inline-block;
    font-style: normal;
    width: 45px;
    text-align: left;
}

.data-cards .card-body b{
    font-weight: normal;
}

.collapse-bordered .card .card-header .nodeID{
    font-style: italic;
    font-size: 12px;
}
.accordion .collapse-title, .collapse-bordered .collapse-title{
    font-size: 1.4rem;
    font-weight: 500;
    color: black;
    margin-right: 8px;
    font-style: normal;
}

.lead-location{
    position: absolute;
    right:50px;
    text-align: right
}

@media screen and (max-width: 767px) {
    .lead-location{
        position: relative;
        left:0;
        text-align: left;
        margin-top: 1rem;
    }
}

.mytale-container{
    width:auto;
    overflow: auto;
}
.my-table{
    font-size: 11px;
    min-width: 1000px;
}

.my-table .row .col-12,
.my-table .row .col-9,
.my-table .row .col-6,
.my-table .row .col-3,
.my-table .row .col-4,
.my-table .row .col-8,
.my-table .row .col-10,
.my-table .row .col-2
{
    padding: 5px 0;
    border-right: 1px solid #E1E1E1;
}

.my-table .row .col-12:first-of-type,
.my-table .row .col-9:first-of-type,
.my-table .row .col-6:first-of-type,
.my-table .row .col-3:first-of-type,
.my-table .row .col-4:first-of-type
{
}

.my-table .no-padding{
    padding: 0!important;
    border-right: 0px solid #E1E1E1!important;
    border-left: 0px solid #E1E1E1!important;
}

.my-table .border-bottom{
    border-bottom: 1px solid #E1E1E1!important;
}
.my-table .border-top{
    border-top: 1px solid #E1E1E1!important;
}
.my-table .border-left{
    border-left: 1px solid #E1E1E1!important;
}
.my-table .border-right{
    border-right: 1px solid #E1E1E1!important;
}
.my-table .border-all{
    border: 1px solid #E1E1E1!important;
}

.my-table div, .my-table tr{

}
.my-table div:first-of-type, .my-table tr:first-of-type{

}
.my-table div{
    margin:0;
    padding:0;
}
.bg-main.mytable-org{
    background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
    color: #fff;
}

.my-table .bg-white{
    background: #fff!important;
    color: white;
    line-height: 26px;
}
.my-table .mytable-point{
    background: #95b584;;
    color: #1a1a1a!important;
}
.my-table .mytable-group{
    background: #f9d99d;
}
.my-table .mytable-node:nth-of-type(even){
    background: #fff;
}
.my-table .mytable-node:nth-of-type(odd){
    background: #eee;
}

.my-table .row-name{
    padding-left: 10px;
}

.ag-floating-filter-button{
    display: none!important;
}

html body .content{
    min-height: calc(100% + 1px)!important;
}

/*HIGHCHARTS*/
.highcharts-figure, .highcharts-data-table table {
    min-width: 360px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-a11y-proxy-button{
    display: none!important;
}
.highcharts-container {
     max-width:100%;
}
.highcharts-loading {
    width: 100% !important;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-credits{ display: none!important; }

.color-black{
    color: #000!important;
}
.color-white{
    color: #fff!important;
}
.highcharts-xaxis-labels{
    font-size: 10px!important;
}
.main-menu.menu-light .navigation li a {
    padding: 7px 15px;
}
.form-group-pickadate input{
    height: 44px;
}
.form-group-pickadate input.pickadate-start{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 44px;
}
.form-group-pickadate input.pickadate-end{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 44px;
}

.form-group{
    margin: 10px!important;
    margin: 0px!important;
    margin: 10px 0!important;
}

.form-group.datetimepicker{
    padding:0 5px;
}

input, select,
span.input-group-text,
.select2-selection
{
    height: 35px!important;
    min-height: 35px!important;
    max-height: 35px!important;
} 

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single, .select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    min-height: 35px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 5px;
    margin-top: 0;
    padding: 2px 5px;
}

/* Tooltip container */
.mytooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.mytooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-radius: 6px;
    left: -250px;
    top: 25px;
    font-size:13px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mytooltip:hover .tooltiptext {
  visibility: visible;
}

.datepicker{
    font-size: 14px;
}

.datepicker
.table-condensed {
  width: 260px;
  height: 260px;
  font-size: 13px;
}

.menu-toggle {
    font-size: 30px;
    color: #565656;
}

.mobile-menu{
    display: none!important;
}

@media (max-width: 992px){
    .mobile-menu{
        display: block!important;
    }
}

.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu{
    top:0;
}
