body, html {
    height: 100%;
    width: 100%;
}
body .x-app{
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 53px;
    overflow: hidden;
    overflow-y: auto;
}

body.theme-light .x-app{
  overflow: hidden;
}
.x-dashboard, .x-region{
    padding:15px;
    height: 420px;
    max-height: 550px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top:70px;
}
.x-region{
  margin-top:0;
  height: auto;
}

.x-dashboard>.row, .x-dashboard>.row>div{
  height: 100%;
}

.side-mini-panel{
  z-index: 101!important;
}

#x-map {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.project-title{
  margin-left:20px;
  padding-left:20px;
  color:#fff;
  font-size:14px;
  border-left:1px solid #fff;
  font-style: italic;
}

a{
  cursor: pointer;
}
.card{
  background: #fff;
}

.card-shadow{
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.card-add{
    background: transparent;
    border:1px dashed #333;
    color:#333;
    border-radius:8px;
}

.card-add:hover{
  background: :#fff;
  border-color:#01c0c8;
}
.card-add:hover *{
  color:#01c0c8;
}

.card-add .icon{
  display:block;
  font-size:40px
}

.circle-btn{
  display: inline-block;
  margin-right:10px;
  width:40px;
  height:40px;
  border:2px solid #333;
  border-radius:50%;
  line-height: 37px;
  text-align: center;
}

.circle-btn:hover{
  background: #ddd;
}

.float-btn{
    display: block;
    padding:15px;
    text-align: center;
    font-size:12px;
    width:100px;
    border-bottom:1px solid #ddd;
}

.float-btn .icon{
  display: block;
  font-size:24px;
  color:#999;
}

.float-btn:hover *{
  color:#fb9678;
}

.sm_subMenu{
  margin-top:-23px;
  margin-left:-53px;
}

#x-last-project{
  margin-top:10px;
}

#x-last-project a{
  padding: 8px 10px;
  border-bottom:1px solid #eee;
  border-left:1px solid #eee;
  display: block;
  margin-bottom: 15px;
}
#x-last-project a:hover{
  background: #00c292;
  border-color:#00c292;
  color:white;
}
#x-last-project a:hover>h5{
  color: white;
}
#x-last-project a>h5{
  font-size:14px;
  margin-bottom: 5px;
  font-weight: 500;
  color:#00c292;
}
#x-last-project a>p{
  font-size:12px;
  font-style:italic;
  margin-bottom: 5px;
}
#x-last-project a>.x-footer{
  font-size:10px;
  text-align: right;
}

.sm_savedLabel{
  text-align: center;
}
.sm_panel.sm_menuPanel{
  width: 350px!important;
}
.sm_panel{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border:0!important;
  border-radius: 1px!important;
}
.sm_panel .sm_close{
  top:10px;
  right:10px;
}
.sm_panel.sm_menuPanel .sm_category .sm_label.sm_categoryHeader{
  margin-top:-8px;
  margin-bottom: 20px!important;
  font-size: 15px!important;
}
.sm_panel.sm_menuPanel .sm_menuIcon{
  margin-right: 15px!important;
}
.sm_panel.sm_menuPanel .sm_menuIcon .sm_label{
  font-size: 11px!important;
}


.login-overlay{
  background: -webkit-radial-gradient(#40404b, #111118) rgba(34,34,40,0.94);
  background: radial-gradient(#40404b, #111118) rgba(34,34,40,0.94);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
}

.login-container{
    display: table;
    text-rendering: optimizeLegibility;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1000000;
    box-sizing: content-box;
}

.login-lock{
  vertical-align: middle;
  display: table-cell;
  margin: auto;
}

.login-lock>form{
    width: 300px;
    margin: 0 auto;
    border-radius: 5px;
    max-height: 100vh;
    box-shadow: 0 0 5px 0px #111118;
}

.login-form-wrapper{
  position: relative;
}

.login-form-container{
    height: 100%;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

.login-form-header{
  text-align: center;
  padding: 11px;
  color: #333;
  position: relative;
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom:1px solid rgba(241,241,241,0.8);
}

.login-form-content{
  padding:20px;
  position: relative;
}

.login-logo{
  width: 214px;
  height: 87px;
  display: inline-block;
  margin: 0 0 11px;
  vertical-align: middle;
  -webkit-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
}

.login-name{
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
}

.login-input-block{
  margin-bottom: 10px;
  position: relative;
}
.login-input-wrap{
  border-radius: 3px;
  border: 1px solid #a0a0a0;
  position: relative;
  background: #f1f1f1;
  -webkit-transition: border-color 0.8s;
  transition: border-color 0.8s;
}
.login-input-wrap.login-input-wrap-with-icon{
  padding-left:40px;
}

.login-info{
  font-size:0.8rem;
  text-align:center;
  margin-bottom:10px;
  padding-right:10px;
  padding-left:10px;
}

.login-input-wrap-with-icon svg{
  position: absolute;
  font-size: 12px;
  top: 13px;
  left: 14px;
  background-color: transparent;
}
.login-form svg:not(:root) {
    overflow: hidden;
}

.login-input{
  border: 0;
  padding: 0 14px;
  right: 0;
  height: 40px;
  font-size: 13px;
  width: 100%;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  position: relative;
  color: rgba(0,0,0,0.87);
  line-height: normal;
}

.login-input:focus{
  outline: none;
}

.login-submit{
  border: 0;
    padding: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.skin-megna .topbar {
    background: #ffc107;
}

.x-main-content{
  padding:30px;
}

.panel-heading{
  font-size:24px;
  padding:15px;
}

.dt-button-info{
  position: absolute;
    z-index: 9999;
    background: white;
    top: 20%;
    padding: 16px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.6);
    left: 30%;
}

.dataTables_length, .dt-buttons{
  float: left;
    margin-left: 20px;
    margin-top: 0;
    padding-top:0;
}

.dataTables_length{
    margin-top: 0;
}


div.dataTables_wrapper div.dataTables_filter{
  border-bottom: 1px solid #d5d8de;
    margin: 2px 0 0;
    padding: 0 25px 22px;
}

div.dataTables_wrapper div.dataTables_info{
  margin: 0;
    padding: 25px 22px 13px;
    background-color: #f7f7f7;
    border-top: 1px solid #d5d8de;
  float:left
}

div.dataTables_wrapper div.dataTables_paginate{
  margin: 0;
    padding: 15px 22px 13px;
    background-color: #f7f7f7;
    border-top: 1px solid #d5d8de;
}

