/* TABLE OF CONTENTS
    1) General
        1.1 Loader
        1.2 form
        1.3 color
    2) Left Panel
        2.1 Logo
        2.2 Navigation
        2.3 Sub-menu
    3) Top Header
    4) Content Area
    5) Footer
    6) Panel 
    6) Panel-Tab-Accordions
    6) Modal 
   11) Forms
       11.1 Form wizard
   12) Datatable
   12) Table
   13) Chart
   14) Mail
   15) Maps
   18) Pages (Log-in,Register Etc....)
   19) Flot-chart / Rickshaw
   20) table responsive
   21) daterange
   22) Drag and drop
   23) Message alerte
   - Responsive
*/

/******** 1. General ********/
body {
	color: #797979;
	background-color: #EBEEF0;

	/*background: linear-gradient(to bottom, #a728b3 0%, #ff2872 50%, #ff8272 100%);*/
	font-family: 'Roboto', sans-serif;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	/*position: relative;*/ /* permet de fixer le footer*/
	min-height: 100%;
}
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

.bg-img {

	background: url(/img/bg/bg-world-map.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}


/* 1.1 Loader */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #92de44;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #92de44, 0 0 5px #92de44;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.help-block {
    color: #92de44;
}

/* 1.2 form */
label {
    font-weight: 500;
}
b, strong {
    font-weight: 500;
}
.label {
    font-weight: 500;
	border-radius: 1px;
}

.label-success {
    background-color: #34c73b;
}
/* ie11 appearence*/
select::-ms-expand {
    display: none;
}

/* 1.3 color */

.label-success,
.bg-success {
	background-color:#6bde44;
}

.icon-success {
	color:#92de43;
}

.icon-alert {
	color:#DB1139;
}

/* home */
.text-fine {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
   
    margin: 0;
}

  .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}


/******** 2. Left Panel (aside navigation) ********/
aside.left-panel {
    background-color: #1a2942; 
    width: 250px;
	position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
}


aside.left-panel.collapsed {
  overflow: visible !important;
  position: absolute;
  bottom: 0px;
}


    
aside.left-panel.lg {
  width: 250px;
}

aside.left-panel.lg + .content {
  margin-left: 250px;
}
    
/***** 2.1 LOGO *****/
.logo {
  text-align: left;
  background-color: #fff;
  padding: 5px 10px 5px;
  position: fixed;
  width: 250px;
  z-index: 99;
  top: 0;
}
.logo img {
  width:auto;
  max-height:52px;
  
}
.logo-expanded {
  font-size: 20px;
  letter-spacing: .05em;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase
}
.logo-expanded i {
  font-size: 24px;
  vertical-align: middle;
}
.logo .logo-mob {
  display:none;
}

.menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15px;
}
.menu-arrow:before {
    content: '\f2fb';
}
.has-submenu.active > a .menu-arrow {
  ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.has-submenu.activearrow > a .menu-arrow {
  ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



/******** 2.2 Navigation *******/

.navigation {
  /*margin: 50px 0px 20px;*/
  margin: 70px 0px 20px;
}

.navigation > ul > li {
    position: relative;
    border-bottom: 0px;
}

.navigation > ul > li.active.has-submenu:after,
.navigation > ul > li.has-submenu:hover:after {
  color: #fff;
}

.navigation > ul > li > a {
  display: block;
  padding: 12px 25px;
  color: #838F9A;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 400;
  outline: none !important;
  /*
  text-transform: uppercase;*/
}

.navigation > ul > li > a .badge {
  margin-top: 5px;
  float: right;
}
aside.left-panel.collapsed .navigation > ul > li > a .badge {
  display: none;
}

.navigation > ul > li > a:hover {
  color: #fff;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a,
.navigation > ul > li.active > a{
    color: #fff;
    background-color: #1a2942; 
}

.navigation ul li a > i {
  margin-right: 6px;
  font-size: 18px;
  width: 25px;
  float: left;
  line-height: 24px;
}

.navigation ul li a .nav-label {
  vertical-align: middle;
}

.collapsed .navigation ul li a i {
  float: none;
}

.navigation ul li ul li ul {
    display: none;
}

.navigation ul li ul {
    background-color: #162338;
    padding-bottom: 10px;
}

.navigation > ul > li > ul > li a .badge {
    margin-top: 0px;
    background-color:#36445a;
    color:#c1c7d1;
    position: absolute;
    right: 10px;
}


/*** 2.3 Sub Menu ***/
.navigation ul li ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation ul li ul li a {
  /*padding: 8px 25px 8px 55px;*/
  padding: 8px 25px 8px 55px;
  color: #838F9A;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  text-align: left;
  display: block;
  outline: none !important;
}

.navigation ul li ul li a span {
  font-size:14px;
  font-weight:400
}

.navigation ul li ul li a:hover {
  color: #eeeeee;
}

.navigation ul li ul > li.active a {
  color: #eeeeee;
}

.navigation ul li ul li {
  color:#2f353f;
  position:relative;
}

.navigation ul li ul.active {
    display: block;
}



/******************** 3.Top Header ****************/
/*
header {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
}
*/
header {
  background-color: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(43, 59, 93, 0.3);
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 999;
}
    
header .navbar-default .navbar-nav>li>a {
  background-color: transparent;
  line-height: 30px;
}
 .navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:focus,  .navbar-default .navbar-nav>.open>a:hover {
  background-color: #f5f5f5;
}
header .navbar-default .navbar-nav>li>a i {
  color: #404f67;
}
.navbar-toggle {
  margin: 12px 20px 8px 0px;
  display: block;
  padding-left: 0px;
}

.navbar-toggle .icon-bar {
  background-color: #b3b3be;
}

.app-search {
  position: relative;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: 15px;
}
.app-search a {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #c4c4cd;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: inherit;
  padding-left: 20px;

  background: rgba(237, 241, 242, 0.5);
  /*
  background: #eee;*/
  box-shadow: none;
  border-radius: 34px;
  margin-top: 1px;
}
.app-search .form-control:focus {
  background: rgba(237, 241, 242, 0.8);
}

.dropdown .extended {
  width: 210px;
  padding: 0;
  margin-left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: none;
  max-height: 330px;
  margin-top: 4px;
}

.dropdown .extended li {
  border-bottom: 1px solid #F3F5F6;
  line-height: 20px;
}

.dropdown .extended li a {
  padding: 10px 20px !important;
}

.dropdown .extended i {
  float: left;
  width: 38px;
  margin-right: 10px;
  text-align: center;
  margin-top: 5px;
  font-size: 22px;
}

.dropdown .extended p {
  font-weight: 400;
  padding: 10px 15px 11px 15px;
  margin-bottom: 0px;
}
.dropdown .extended p a {
  padding: 0px !important;
  text-align: right !important;
}

.dropdown .pro-menu i{
  margin-right: 5px;
}
.dropdown .pro-menu a {
  padding: 6px 20px !important;
}

.Leftmenu-trigger {
  cursor: pointer;
  font-size: 16px;
  line-height: 64px;
  padding: 0px 15px 0px 7px;
}

.badge.up {
  position: relative;
  top: -12px;
  padding: 3px 6px;
  margin-left: -13px;
}

.top-menu li {
  padding: 0px !important;
}

.top-menu li >a {
  color: inherit;
    text-align: center;
    padding: 14px 15px;
    font-size: 16px;
    display: block;
}

.top-menu li >a:hover,.top-menu li >a:focus,.top-menu li >a:active {
  background-color: transparent;
}

.top-menu .dropdown-menu li {
  width: 100%;
  text-align: left !important;
}

.top-menu .dropdown-menu li a ,.top-menu .dropdown-menu .media-body{
	color: inherit;
	font-size: 14px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	overflow: hidden;
	color:#333b4d;
}
.top-menu .dropdown-menu li .text-muted {
	font-weight:normal;
}
.top-menu .dropdown-menu .media-body {
  width: 70%;
}
.top-menu .username {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}


.navbar-notification .list_alert {
  display:block;
  max-height:250px;
}

.navbar-notification p {
	border-top:1px solid #eee;
}
.noti-header {
	color:#fff;
	background-color:#df4552;
}
.noti-header.no-notif {
	background-color:#92de43;
}
.header-noti li a {
  font-size: 14px;
}


.top-head .navbar-default {
  background-color:#fff;
}

.top-head .navbar-nav {
  display:inline-block;
}

.text-alert-delmsg {
	border:1px solid #ccc;
	font-weight:500;
	color:#333;
}

.btn-default {
    /* background-color: rgba(218, 230, 236, 0.3); */
    background-color: #fff;
    border-color: rgb(224, 224, 224);
}



/***************** 4.Content Area (right) ****************/

.content {
  margin-left: 250px;
}

.content > .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.wraper {
  padding-top: 80px;
  min-height: 550px;
  padding-bottom: 0px;
}
.page-title {
  padding: 6px 0px 25px;
}
.page-title h3 {
  margin: 0px;
  font-size: 20px;
}

.collapsed + .content .footer{
  left: 75px;
}


/***************** 5.Footer ****************/
.footer {
  color: #58666e;
  position: absolute;
  left: 250px;
  right: 0px;
  bottom: 0px;
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/***************** 6.Panel ****************/
.panel-heading .panel-title {
	display:inline-block;
}
.panel-heading .panel-title .ion-chevron-right {
	font-size:14px;
	margin-left:10px;
	margin-right:10px
}	
.panel-heading .panel-title span.subtitle {
	color:#2A3542;/*#92de44*/
}
.panel-heading .panel-title-icon-right-2 {
	display: inline-block;
    text-align: right;
    float: right;
	line-height: 22px;
}	
.panel-heading .panel-title-icon-right-2 i {
	font-size:22px;
	color:#2A3542;
	vertical-align:bottom;
	display:inline-block;
	margin-left:5px;
}
.panel-heading .panel-title-icon-right-2 .fullscreen i {
	margin-right:5px;
	margin-left:10px
}
.panel-heading .panel-title-icon-right-2 i:hover {
	color:#000;
}


/***************** 6.Panel-Tab-Accordions ****************/
.nav.nav-tabs+.tab-content,.tabs-vertical-env .tab-content {
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}

.nav.nav-tabs>li.active>a,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: 0;
  background-color: #fff;
  border-top: 2px solid #E6EBEC;
}

.nav.nav-tabs>li>a {
  border: none;
  background-color: #f6f8f8;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 0;
  border-top: 2px solid #E6EBEC;
  color: #838F9A;
}
.nav.nav-tabs>li.active >a {
  color: #2f353f;
}

.nav.nav-tabs>li:last-of-type a {
  margin-right: 0px;
}

.nav.nav-tabs {
  border-bottom: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus ,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: none;
}

.tabs-vertical-env {
  margin-bottom: 30px;
}

.tabs-vertical-env .nav.tabs-vertical {
  min-width: 120px;
  width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
  display: table-cell;
  vertical-align: top;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
  float: right;
  display: block;
  content: '\f068';
  font-family: 'FontAwesome';
  font-size: 14px;
  width: 25px;
  text-align: right;
}

.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

.tabs-vertical-env .nav.tabs-vertical li>a {
  background-color: #E6EBEC;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #E6EBEC;
}

.panel-group.panel-group-joined .panel+.panel, .panel-group-joined .panel-group .panel+.panel {
  margin-top: 0;
  border-top: 1px solid #ddd;
}

.table>thead>tr>td.middle-align, .table>tbody>tr>td.middle-align, .table>tfood>tr>td.middle-align, .table>thead>tr>th.middle-align, .table>tbody>tr>th.middle-align, .table>tfood>tr>th.middle-align {
  vertical-align: middle;
}
/* Modal-use */
.modal-content .nav.nav-tabs+.tab-content, .tabs-vertical-env .tab-content, .modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
}

/* Sweet Alert */
.sweet-alert p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
button.confirm {
  background-color: #34c73b !important;
  box-shadow: none !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 4px solid #34c73b;
}
.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #34c73b;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #92de44;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: #92de44;
}


/***************** 6.Modals ****************/

/* Modal-use */
.modal-content .nav.nav-tabs+.tab-content,
.tabs-vertical-env .tab-content,
.modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
}
.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
}

.modal .panel-body {
	position:relative;
}
.modal .waiting {
	display:none;
}


.modal .panel.panel-inverse .panel-heading {
	background-color:#1c2e3a !important;
}

.modal .panel.panel-inverse .panel-heading .close {
	color:#fff;
	opacity: 0.5 !important;
}
.modal .panel.panel-inverse .panel-heading .close:hover {
	opacity: 1 !important;
}
.modal .panel.panel-inverse .panel-heading .close i {
	font-size:16px
}
.tooltip {
	z-index:10000000
}


/***************** 7.Portlets ****************/
.portlet {
  margin-bottom: 20px;
  background: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #E6EBEC;
}

.portlet .portlet-heading {
  padding: 15px;
  line-height: 38px;
  min-height: 39px;
  border-radius: 3px;
  color: #fff;
}

.portlet .portlet-heading .portlet-title {
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  color:#333333;
}

.portlet .portlet-heading .portlet-widgets {
  position: relative;
  text-align: right;
  float: right;
  padding-left: 15px;
  display: inline-block;
  font-size: 15px;
  line-height: 0px;
}

.portlet .portlet-body {
  background: #fff;
  padding: 15px;
  /*
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  */
}

.portlet .portlet-body.widget-nopadding {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom:0px;
}


.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a,.portlet .portlet-heading.bg-pink a {
  color: #fff;
}

.portlet .portlet-heading a {
  color: #999;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
    content: "\f217" !important;
}

.portlet.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.panel-disabled {
  position: absolute;
  cursor: wait;
  border-radius: 0px;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0px;
  background: rgba(47, 53, 63, 0.03);
}

.loader-1 {
  width: 30px;
  height: 30px;
  background-color: #2f353f;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.loader-2 {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  margin-right:-15px;
  border: solid 2px transparent;
  border-top-color: #92de44;
  border-left-color: #92de44;
  border-radius: 50px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}


.loader-3 {
  display: inline-block;
  z-index: 2000;
  width: 15px;
  height: 15px;
  margin-right:10px;
  border: solid 2px transparent;
  border-top-color: #92de44;
  border-left-color: #92de44;
  border-radius: 50px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}


.loader-4 {
  display: block;
  position: absolute;
  z-index: 2000;
  width: 23px;
  height: 23px;
  top:10px;
  left:10px;
  border: solid 2px transparent;
  border-top-color: #92de44;
  border-left-color: #92de44;
  border-radius: 50px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}


/***************** 8.Widget  ****************/
.widget-panel {
  padding: 26px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #E6EBEC;
  position:relative;
}
.widget-panel i {
	position:absolute;
	right:20px;
}

.widget-style-1 i {
  position: absolute;
  font-size: 6rem;
  right: 0;
  bottom: 1rem;
  color: #edf0f0;
}
.widget-style-1 h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 8px !important;
}

.widget-style-1:hover i {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.widget-style-2 {
  padding-left: 30px;
}
.widget-style-2 i {
  font-size: 48px;
  float: right;
  line-height: 48px;
  padding: 35px 35px 29px;
  margin-top: -27px;
  margin-right: -20px;
}
.widget-style-2 h2 {
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 8px !important;
  color:#333;
}

.widget-style-2 .text-muted {
	font-size:17px;
	display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.profile-widget {
  background: #ffffff;
  margin-bottom: 20px;
}

.bg-profile {
  height: 100px;
}

.profile-widget .img-thumbnail {
  margin-top: -42px;
  border: none;
}

.widget-list {
  padding: 10px;
  margin-top: 20px;
  margin-left: 0px;
  padding-bottom: 30px;
}

.widget-list span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.tile-stats {
  padding: 20px 0px 0px 0px;
  position: relative;
  min-height: 128px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #E6EBEC;
}

.tile-stats .status {
  margin-top: 0px;
  padding: 0px 20px 10px 20px;
}

.status-ab {
  position: absolute;
  right: 0;
}

.mini-stat {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.mini-stat-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  color: #fff;
}

.mini-stat-info {
  font-size: 12px;
  padding-top: 2px;
}

.mini-stat-info span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}


/************* 11.Forms **********/
/* Form-validation */
.error {
  color: #ff0000;
  font-weight: 500;
  font-size: 13px;
}

/* Datapicker */
.datepicker {
  border: 1px solid #ddd;
}

/* Multiple Select */

.SumoSelect {
    width: 230px;
}

.SumoSelect p+p {
    margin-top: 0px !important;
}
.SumoSelect>.CaptionCont {
    border: 1px solid #e0e0e0;
    height : 38px;
    line-height:28px;
    cursor:pointer;
}
.SumoSelect>.CaptionCont>span.placeholder {
    color: #333;
    font-style: normal;
    cursor:pointer;
}
.SumoSelect .select-all {
  height:35px;
}

.SumoSelect label {
    margin-bottom: 0px;
    font-weight: 400;
}

.SumoSelect.open>.CaptionCont, 
.SumoSelect:focus>.CaptionCont, 
.SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: #ccc;
}


.SumoSelect .select-all>span i, 
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-right: 3px;
    font-size: 12px;
    box-shadow:none;
}



.SumoSelect .select-all.partial>span i {
	color:#CCC;
	background-image:none;
}

.SumoSelect .select-all.selected>span i:after, 
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i:after {
    width: 8px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    content: " ";
    border-left: 2px solid #92de44;
    border-bottom: 2px solid #92de44;
    transform: rotate(-45deg);
}


.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-image:none;
    background-color:#fff;
    border:1px solid #CCC;
}



.SumoSelect .options .opt .labelcolor {
    text-align:right;
    float:right;
    font-size: 20px;
    line-height: 20px;
}

.SumoSelect>.CaptionCont>label>i {
    background-image:none;
    position:relative;
}

.SumoSelect>.CaptionCont>label>i:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #ccc;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 2px;
  /*Adjust for position however you want*/
  
  top: 6px;
  padding: 0 0 2px;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

/* contact */
/*
.table-contact .SumoSelect>.CaptionCont {
    border: 1px solid #eee;
    height: 32px;
    line-height: 20px;
    cursor: pointer;
}
.table-contact .SumoSelect>.CaptionCont>label>i:after {
    right: 0px;
    top: 3px;
}*/
.table-contact .table>tbody>tr>td .select-all i {
    margin-top: 8px !important;
}



/* select */
.form-control {
	border: 1px solid #e0e0e0;
}
.form-group select {
  color:#333;
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width:130px;
  padding-right: 32.5px;
  background-color:#fff;
}

.form-select {
  position:relative;

}

.form-select:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #ccc;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 6px;
  padding: 0 0 2px;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}



/* Datapiker */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  box-shadow: none;
  background-color: #1a2942 !important;
  background-image: none;
}

/************* 12.Datatable **********/


#datatable_wrapper td {
  font-weight: normal;
}

div.dataTables_info {
  padding-top: 38px;
}

/* Responsive Table */
table.focus-on tbody tr.focused th, 
table.focus-on tbody tr.focused td {
  background-color: #3f51b5;
  color: #ffffff;
}
.table-rep-plugin tbody th {
  font-weight: normal;
  font-size: 14px;
}

#datatable td {
  font-weight: normal;
  vertical-align:middle;
}

div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}


/* datatable table nav */
.table-datatable label {
  font-weight:normal !important;
}

.table-datatable .form-control {
background-color:#fff;}

.table-datatable .pagination {
    border-radius: 0px;
}
.table-datatable .pagination>li:last-child>a,
.table-datatable .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table-datatable .pagination .disabled {
  display:none;
}

.table-datatable div.dataTables_info {
  padding-top:20px;
}

.table-datatable div.dataTables_paginate ul.pagination {
  margin-top: 20px;
}

.table-datatable  .pagination>li>a:focus, 
.table-datatable .pagination>li>a:hover, 
.table-datatable .pagination>li>span:focus, 
.table-datatable .pagination>li>span:hover {
    color: #373e4a;

}

.table-datatable  .pagination>li.active>a:focus, 
.table-datatable .pagination>li.active>a:hover, 
.table-datatable .pagination>li.active>span:focus, 
.table-datatable .pagination>li.active>span:hover {
    color: #fff;
}

/* datatable table */
.table-datatable .table {
  border-bottom: 0px;
  border-top:0px;
}


#datatable_wrapper > div:first-child {
	overflow-y:auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color:#f5f5f5;
}

.table-datatable .table>thead>tr>th {
  color:#2f353f;
}


.table-datatable table.dataTable thead tr.labels .sorting { background: url('/assets/datatables/sort_both.png') no-repeat center right; }
.table-datatable table.dataTable thead tr.labels .sorting_asc { background: url('/assets/datatables/sort_asc.png') no-repeat center right; }
.table-datatable table.dataTable thead tr.labels .sorting_desc { background: url('/assets/datatables/sort_desc.png') no-repeat center right; }
.table-datatable table.dataTable thead tr.labels .sorting_asc_disabled { background: url('/assets/datatables/sort_asc_disabled.png') no-repeat center right; }
.table-datatable table.dataTable thead tr.labels .sorting_desc_disabled { background: url('/assets/datatables/sort_desc_disabled.png') no-repeat center right; }


.table-datatable .table-hover tr {
  cursor:pointer;
}

.table-datatable tr.rowselected td {
  background-color:#fbfafa;/*#ffecc3;*/
  border-color:#f5f5f5; /*#ffecc3;*/
  border-bottom-color:#ddd;
}

.table-datatable td,
.table-datatable th {
  white-space: nowrap;
  padding-right: 50px;
}

.table-datatable td .label {
	min-width: 80px;
    display: inline-block;
	font-size:12px;
	border-radius:2px;
	padding:8px;

}

.table-datatable .table .tdicon {
  padding-top:0px;
  padding-bottom:0px;
  text-align:center;
}

.table-datatable .table .tdicon.iconleft {
  text-align:left;
}

.table-datatable .table-hover >tbody>tr:hover {
  background-color:#f5f5f5;
}

/* datatable order */
.table-datatable thead tr:first-child > th {
  color:#fff;
  font-weight:400;
  padding-right: 30px;
  padding-left: 10px;
}

/* datatable filter */ 
#datatable>thead>tr.labels>th {
    /*border: 0px !important;*/
    color: #333;
    font-weight: 500;
}
#datatable>thead>tr:first-child>th {
    /*border: 0px !important;*/
    color: #333;
    font-weight: 500;
}

.table-datatable .table>thead>tr>th {
  min-width:70px;
}

.table-datatable thead tr th.input-filter {
  padding-left:5px;
}
.table-datatable thead th .form-control {
  font-weight: 400 !important;
  width:100%;
  color:#999;
}

.table-datatable thead th .form-group  {
  width: 100%;
}

.table-datatable thead th .form-group select {
  color:#999;
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width:130px;
  padding-right: 32.5px;
}

.table-datatable thead th .form-select {
  position:relative;

}

.table-datatable thead th .form-select:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #ccc;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 6px;
  padding: 0 0 2px;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}


/*datatabel size cols*/
.table-datatable .table .link-col  {
  width:35px !important;
  min-width:35px;
}

.table-datatable .table>thead>tr>th.link-col  {
  width:35px;
  min-width:35px;
  padding-right: 5px;
}

.table-datatable .table>thead>tr>th.sm-col {
	min-width: 80px;
	width:100px;
}
.table-datatable .table>thead>tr>th.md-col {
	min-width: 200px;
	padding-right: 25px;
	width:200px;
}

.table-datatable .table>thead>tr>th.md-col-date {
  min-width: 120px;
  padding-right: 10px;
  width:120px !important; 
}

.table-datatable .table>thead>tr>th.lg-col-date {
  min-width: 210px;
  padding-right: 10px;
}
.table-datatable .table>thead>tr>th.lg-col {
  min-width: 315px;
  padding-right: 20px;
  text-overflow: ellipsis;
}

.table-datatable .table>thead>tr>th .has-feedback {
    max-width:300px;
}

.table-datatable .table>thead>tr>th .has-feedback .form-control {
    padding-right: 25px;
}

.table-datatable .table>thead>tr>th.md-auto {
  /*width:auto !important;*/
  min-width: 256px;
}


.table-datatable .table>thead>tr>th.sign,
.table-datatable .table>thead>tr>th.batt,
.table-datatable .table>tbody>tr>td.sign,
.table-datatable .table>tbody>tr>td.batt {
  width:50px !important;
  min-width:50px !important;
}

.table-datatable .table>tbody>tr>td.orientation-col {
  padding:2px;
}
.table-datatable .table>tbody>tr>td.orientation-col img {
  height:40px;
}

.table-datatable .table .edit-col {
  border-left:1px solid #eee;
}

.table-datatable .table>tbody>tr>td.circle {
	text-align:left;
}

/* daattable button icon */
.table-datatable .table>tbody>tr>td button {

}

.table-datatable .table>tbody>tr>td i{
  font-size:23px;
  margin-top:0px;
  vertical-align:center;
}
.table-datatable .table>tbody>tr>td i.fa-times{
  font-size:19px;
  color:#92de44;
}
.table-datatable .table>tbody>tr>td i.setting-warning {
  font-size:20px;
  color:#92de44;
  vertical-align:middle
}

.table-datatable .table>tbody>tr>td i.ion-search{
  font-size:20px;
}

.table-datatable .table>tbody>tr>td i.button{
  font-size:23px;
}

.table-datatable .table>tbody>tr>td i.button-red{
  color:#92de44;
}
.table-datatable .table>tbody>tr>td i.button-green{
  color:#6bde44;
}

.table-datatable .table>tbody>tr>td i.danger{
  color:#92de44;
}

/* datatable actif / inatif color */
.table-datatable span.actif {
  color: #009688;
}
.table-datatable span.expired {
  color: #92de44;
}
.table-datatable span.sleeping {
  color: #ffa707;
}

/* datatable fixed col */
#datatable {
        width: 100% !important;
        margin: 0 auto;
}
.table-datatable thead tr.filters th {
  background-color:#fff;
}

/* datatable scroll x*/
/*.dataTables_scrollHead .table>thead>tr:first-child>th {*/
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #eee;
}
.table>thead>tr:first-child>th {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
}

.table-datatable.table-td-aligntop .table>tbody>tr>td {
	vertical-align:top !important;
	padding-top:13px;
}
.table-datatable.table-td-aligntop .table>tbody>tr>td.batt {
	padding-top: 7px;
}

.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door {
	margin-bottom:2px;
	margin-right:5px;
	position:relative;
	/*height: 21.59px;*/
	height: 24.59px;
}
/*
.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .border {
	border-top: 1px dashed #ccc;
	padding-bottom:0px;
	padding-top:2px;
	width: 240px;
    display: inline-block;
}
*/

.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .label{
	min-width:80px;
	display: inline-block;
	vertical-align:middle;
	border-radius:1px;
	line-height:12px;
	margin-left:15px;
	font-size:12px;
	position:relative;
}

.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .label.open-door {
	background-color:#53ca59;
}
.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .label.close-door {
	background-color:#ee5f5e;
}
.table-datatable.table-td-aligntop.table-td-multievents .table>tbody>tr>td .label-state-door .label.close-door {
	margin-left : 2px;
	position: absolute;
    left: 160px;
}
/*
.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .label.open-door i,
.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .label.close-door i {
	color:#ffffff !important;
	font-size: 13px !important;
	position:absolute;
	right:10px;
}
*/
.table-datatable.table-td-aligntop .table>tbody>tr>td .label-state-door .label.openclose-door {
	background-color:#4a535e;
}

/*
.table-datatable.table-td-aligntop .table>tbody>tr>td .open-door{
	background: url('https://api.iconify.design/vs:door-open.svg?color=%23fff&height=14') no-repeat center center / contain;
	width: 18px;
	height: 18px;
	display:inline-block;
}
.table-datatable.table-td-aligntop .table>tbody>tr>td .close-door{
	background: url('https://api.iconify.design/vs:door-closed.svg?color=%23fff&height=14') no-repeat center center / contain;
	width: 18px;
	height: 18px;
	display:inline-block;
}
*/

/*
.dataTables_scrollBody > .table>thead>tr:first-child>th>th {
    border: 0px !important;
}*/


/************* Datable Editable TH table **********/
.table-datatable .table>thead>tr>th.sm-col.theditable {
	width:120px !important;
	min-width:120px;
	position:relative;
}

.table-datatable th .hoveredit, 
.table-datatable th .hovesettings{
  padding:5px 10px;
  position:absolute;
  right:10px;
  top:8px;
}

.table-datatable th .hoveredit i,
.table-datatable th .hovesettings i {
  color:#bbb !important;
}

.table-datatable th .hoveredit:hover i,
.table-datatable th .hovesettings:hover i{
  color:#333 !important;
}

.table>thead>tr.labels>th .zoneedit {
	background-color: #fff;
    z-index: 1000;
    position: absolute;
    top: 0px;
    height: 40px;
	padding-top:5px;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	padding-left:8px;
	padding-right:8px;
	display:block;
}

.table-datatable thead th .zoneedit .form-control {
    font-weight: 400 !important;
    width: 100px;
    color: #999;
}

.table>thead>tr:first-child>th .zoneedit i {
    color: #ffffff;
    margin-left: 5px;
}

/************* Datable Editable input **********/
.table-datatable .editcomment {

	max-width:150px;
	white-space: normal;
	
}

.table-datatable .editclient,
.table-datatable .editcomment,
.table-datatable .editsubjectname,
.table-datatable .editdescription {
  position:relative;
}

.table-datatable .hoveredit, 
.table-datatable .hovesettings{
  padding:5px 10px;
  position:absolute;
  right:5px;
  top:4px;
}

.table-datatable .hoveredit i,
.table-datatable .hovesettings i {
  color:#bbb !important;
}

.table-datatable .hoveredit:hover i,
.table-datatable .hovesettings:hover i{
  color:#333 !important;
}

.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
}

.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    zoom: 1;
}

.editable-buttons i {
      font-size: 12px !important;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}




/************* 13.Table **********/
.table-container {
	position:relative;
	min-height:250px
}

.table  {
  /*border: 1px solid #E3E5E6;*/
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border-bottom: 1px solid #eee;
}


.table>thead>tr>th {
   /* border-bottom: 1px solid #E3E5E6;*/
   border-bottom: 0px;
}

.table>tbody>tr>td {
   color:#333;
}

.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-right: 1px solid #fbf9f9;
    border-left: 1px solid #fbf9f9;
    border-bottom:0px;
}

.table-bordered>tbody>tr>th:last-child, 
.table-bordered>tfoot>tr>th:last-child, 
.table-bordered>thead>tr>th:last-child,
.table-bordered>tbody>tr>td:last-child, 
.table-bordered>tfoot>tr>td:last-child, 
.table-bordered>thead>tr>td:last-child {
    border-right: 0px;
}
.table-bordered>tbody>tr>th:first-child, 
.table-bordered>tfoot>tr>th:first-child, 
.table-bordered>thead>tr>th:first-child,
.table-bordered>tbody>tr>td:first-child, 
.table-bordered>tfoot>tr>td:first-child, 
.table-bordered>thead>tr>td:first-child {
    border-left: 0px;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td, 
.table-bordered>thead>tr>td {
    border: 1px solid #ddd;
    border-right: 1px solid #fbf9f9;
    border-left: 1px solid #fbf9f9;
}

.table-bordered {
    border: 1px solid #fff;
}


.table thead tr:first-child{
  /*background-color: #2f353f;*/
  /*background-color: #f8f8f8;*/
  background-color: #fff;
}

.table>thead>tr:first-child>th {
    color:#333;
    font-weight:500;
}
.table>thead>tr.labels>th {
    color:#333;
    font-weight:500;
}

.table>thead>tr:first-child>th i {
  color:#9099a8;
  margin-left:5px;
}
.table>thead>tr>th i {
  color:#9099a8;
  font-size:18px;
}


/************* 14.Chart **********/
/* Google chart */
/*
.large_chart {
  border: 1px solid #eee;
}*/

#chart_div {
  width: 100%; 
  height: 400px;
}

.large_chart {
	border-top:1px solid #eee;
	position:relative;
}


/************* 15.Maps **********/
.maps {
}

.maps > div {
  width: 100%; 
  height: 600px
}

.marker_infowindows {
  list-style: none;
  margin:0px;
  padding:0px;
}
.marker_infowindows li {
  margin-bottom:5px;
}

/**/
.segment-measure-text {
  font-size: 17px
}

.measure-tool-tooltip {
  font-size: 13px !important
}

[class="gm-tilt"] 
{
  display:none;
}

.gmnoprint,
.gm-fullscreen-control,
.gm-svpc {
	  zoom: 0.80;
}
.gm-fullscreen-control .gmnoprint {
	zoom: 1;
}
.gm-bundled-control-on-bottom {
	  zoom: 1;
	  left: 0px !important;
}

/* infowindows */
.gm-style .gm-style-iw-c{
	/*background-color: rgba(42,51,62,0.8)!important;*/
	background-color:rgb(48, 69, 82)!important;
	border-radius:2px;
	color:#fff;
}
.gm-style .gm-style-iw-d a  {
	 color:#fff;
}
.gm-style .gm-style-iw-d button img {
	 filter: brightness(100%);
}

.gm-style .gm-style-iw-t::after {
	/*background-color: transparent;*/
	background-color:rgb(48, 69, 82)!important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
	
	background-color:rgb(48, 69, 82)!important;
	/*background-color: transparent;*/
}

/************* 15 GeoFencing Maps **********/
#geofencing-map {
	height: 400px;
	min-height:400px;
	width:100%;
	border:1px solid #ccc;
	position:relative;
}

#geofencing-map {
	height: 450px;
	width:100%;
	border:1px solid #ccc;
	position:relative;
}

#pac-input {
	width:300px;
	margin-top:7px;
	margin-left:5px;
	display:none;
}

#pac-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

#pac-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #92de44;
}

#pac-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #92de44;
}

#downlink_geofencing_latitude,
#downlink_geofencing_longitude {
	display:none;
	bottom:10px !important;
}
#downlink_geofencing_latitude {
	bottom:39px !important;
}
#downlink_geofencing_latitude label,
#downlink_geofencing_longitude label {
    float: left;
    left: 2px;
    margin-left: 3px;
    position: absolute;
    top: -2px;
}

#downlink_geofencing_latitude input,
#downlink_geofencing_longitude input {

	float:right;
	width:130px;
	height:25px;
	padding-left:30px;
	margin-right:10px;
}



/************* 15.Tickets **********/

#detailtickets .panel-body {
	max-width:700px;
}

#detailtickets .table-ticket {
	border:1px solid #eee;
}

#detailtickets .table-ticket tr td:first-child{
	max-width:90px;
}

#detailtickets .comments .panel{
    border: 0px;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0px;
}
#detailtickets .comments .panel-body {
	border:1px solid #eee;
	border-top:0px;
}

#detailtickets .comments .panel .panel-heading {
	font-size:14px;
	margin-bottom: 0px;
	background-color: #ebeef0;
	border:0px;
	color:#333;
	
}
#detailtickets .comments .panel .panel-heading span {
	font-size:13px;
}
#detailtickets .comments .panel.panel-success .panel-heading {
    background-color: #ebeef0;
	border:0px;
}
#detailtickets .comments .panel.panel-success .panel-heading b {
    color: #d74547;
	border:0px;
}


#detailtickets .table-ticket pre,
#detailtickets .comments pre{
	white-space : pre-wrap;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: normal;
    word-wrap: normal;
    background-color: #ffffff;
    border: 0px;
    border-radius: 4px;
	font-family: 'Roboto', sans-serif;
}






/*********** 16. Pages  *********/
/* Log-in */
.wrapper-page {
    height: 100%;
    display: flex;
    min-height: 100vh;
}
.wrapper-page > .panel {
    margin: auto;
    width: 450px;
    box-shadow: 0 -13px 75px 0 rgba(0, 0, 0, 0.16), 0 -12px 75px 0 rgba(0, 0, 0, 0.12);
}


/* Lock-screen */
.user-thumb img {
  margin: 0px auto;
}

/* Error-pages */
.ex-page-content h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: #252932;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/* Sweet-alert **/
.sweet-alert p {
  font-size: 14px;
}

/* Carousel */
.Velonic-carousel {
  padding: 20px 30px;
}

.slider-bg {
  background: url(../img/album/img-1.jpg) center;
  background-size: cover;
  position: relative;
}

.slider-overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  height: 100%;
  width: 100%;
}

.owl-buttons {
  display: none;
}


/* Flot Chart */
.flot-chart {
  width: 100%;
  text-align: center;
  margin:0 auto;
}

#legend { 
  background: white; 
  position: absolute; 
  top: 0; 
  right: 15px; 
}
#legend .line {
  color: #333; 
}


/*********** 17. Daterange *********/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  max-width: none;
  padding: 4px;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 10000000 !important;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  color: #2f353f;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover,
.ranges li.active {
  background-color: #2f353f;
  border: 1px solid #2f353f;
  color:#fff;
}
.daterange {
  background: #fff; 
  cursor: pointer; 
  padding: 5px 10px; 
  border: 1px solid #E6EBEC; 
  width: auto;
  margin-bottom:5px;
  height:38px;
  line-height: 28px;
  color:#333
}
.daterangepicker td.in-range {
  background-color: #f5f5f5;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
  background-color: #2f353f;
  border-color: transparent;
  color: #fff;
}
.daterangepicker .input-mini{
  border-radius: 0px;
}
.daterangepicker .input-mini.active {
  border: 1px solid #2f353f;
  border-radius: 0px;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
  color: #000;
}



/*********** 18. Grid drag & drop  *********/
.column{
}

.panel-placeholder {
  padding: 0;
  height: 50px;
  width:100%;
  display:inline-block;
  margin-bottom:20px;
  margin-right:10px;
}
.panel-placeholder:after{
    content:"";
    position:absolute;
    left:12px;
    top:0px;
    height:100%;
    width:100%;
    border: 2px dashed rgb(157, 158, 165);
}


/*********** 19. messages alert  *********/
.alert-msg,
.success-msg {
  /*#125b96 */
  background-color:#d71d21;
  width:100%;
  padding-left:20px;
  padding-right:32px;
  color:#fff;
  display:none;
  line-height: 25px;
  padding-top:8px;
  padding-bottom:8px;
  /*position:fixed;*/
  padding-top: 10px;
  margin-top: 62px;
  position:relative;
  margin-bottom: -60px;
  z-index:500}
  
  
  .alert-msg i,
  .success-msg i{
  font-size:18px;
  vertical-align: middle;
  margin-right:5px;
  margin-top:-3px;}
  
  .alert-msg button.close,
  .success-msg button.close{
  position:absolute;
  right:8px;
  top:8px}
  
  .alert-msg button.close i,
  .success-msg button.close i{
  font-size:20px}
  
  .alert-msg button.close:hover i,
  .success-msg button.close:hover i {
  color:#fff;}

  .alert-msg a,
  .success-msg a {
  color:#fff;
  text-decoration: underline; }
  

.success-msg {
    background-color:#87d338;
}


/* alert expire */
.alert-expire {
    color: #ffffff;
    background-color: #d74547;
	border: 1px solid #E6EBEC;
	border-radius:0px;
	margin-bottom: 10px;
}
.alert-expire a {
    color: #ffffff;
}
.alert-expire a:hover {
    color: #eeeeee;
}
.alert-expire .zmdi-alert-circle {
	color: #ffffff;
	font-size:22px;
	margin-right:10px;
}

.alert-soonexpire {
    color: #ffffff;
    background-color: #d74547;
	border: 1px solid #E6EBEC;
	border-radius:0px;
	margin-bottom: 10px;
}

.alert-soonexpire .zmdi-alert-circle {
	color: #ffffff;
}
.alert-soonexpire a {
    color: #ffffff;
}

/***************** 20 progress  ****************/

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #d84547;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

/***************** colorPick  ****************/
#colorPick {
	width : 136px;
	padding:3px;
}

/*********** 20 . Global PAGES Symes *********/


/***************** 20.1 Page home ****************/

#line-chart-container {
	min-height:440px;
}
#events-container,
#alerts-container {
	min-height:180px;
}
#events-container,
#alerts-container {
	min-height:180px;
	height:315px;
}

/*home widget panel */ 
.home .widget-panel-container {
}
.home .widget-panel-container .widget-panel {
	border-radius:0px
}
.home .widget-panel-container .widget-panel .widget-icon {
	color:#eee;
}
.home .widget-panel-container a:hover .widget-panel .widget-icon {
	color:#92de43;	
}

.home .widget-panel-container a:hover .widget-panel  {
	border:1px solid #92de43;	
}


/*home portlet */ 
.home .portlet .portlet-body {
	position:relative;
}
.home .portlet .portlet-heading {
	border-bottom:1px solid #eee;
}

.home .widget-panel {
  padding: 26px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #E6EBEC;
  max-height:138px;
}

.home .pane-body {
  padding:50px
}
.home h1 {
  color:#333;
  font-size:85px
}
.home h1 span {
  font-size:85px;
  color:#92de44
}
.home .home-contain {
  display:block;
  width:100%;
}
.home .home-contain h4 {
  font-size:16px;
  color:#333;
  font-weight:400;
  font-family: roboto
}
.home .widget-style-2 .text-muted {
	
}

/* home widget alert*/
.home .alert-list .no-notif {
	background-color:#fff;
	border-bottom:1px solid #eee;
	color:#333b4d;
}
.home .alert-list  .state {
	/*
	margin-left:10px;
    padding: 2px 5px;*/
	margin-right:7px;
	font-size:18px;
}
.home .alert-list .list-group-item {
	padding:0px;
	border:0px;
	border-bottom:1px solid #eee;
	margin-bottom:0px;
	padding : 7px 5px;

}


.home .alert-list .list-group-item:hover {
	background-color: rgba(245,245,245,.75)!important;
	
}

.home .alert-list .label-alert {
	width:65px;
	padding:0.3em 0.5em;
	line-height: 15px;
	display:inline-block;
	vertical-align: top;
}

.home .alert-list .label-badge {
	display:table-cell
}
.home .alert-list .infoalert {
	padding:10px 15px;
	vertical-align: top;
	display:table-cell;
	width: 100%;
    display: inline-block;
	position:relative;
}
.home .alert-list .cr-styled {
	position:absolute;
	margin-left:-5px;
	height: 40px;
    border-right: 1px solid #eee;
	padding-right: 10px;
	padding-top:3px;
}

.home .alert-list .infoalert .alertdevicename {
	font-weight:500;
	display:block;
	color:#333;
}
.home .alert-list .infoalert .alertmsg {
	color:#98a6ad;
	font-size:14px;
}
.home .alert-list .infoalert .alerttime{
	position:absolute;
	top:2px;
	right:15px;
	color:#98a6ad;
	text-align:right;
	font-size:14px;
}


/* home widget event list */
.home .events-list,
.home .alert-list {
	/*height:350px;*/
	/*padding-right : 18px;*/
}
.home .events-list .stateaccess {
	/*
	margin-left:10px;
    padding: 2px 5px;*/
	margin-right:7px;
	font-size:18px;
}
.home .events-list .no-notif {
	border:1px solid #eee;
}
.home .events-list .list-group-item {
	padding:0px;
	border:0px;
	border-bottom:1px solid #eee;
	margin-bottom:0px;
	display: block;
    padding: 10px 15px;
}

.home .events-list .list-group-item:hover {
	background-color: rgba(245,245,245,.75)!important;
}

.home .events-list .label-alert {
	width:65px;
	padding:0.3em 0.5em;
	line-height: 15px;
	display:inline-block;
	vertical-align: top;
}

.home .events-list .label-badge {
	display:table-cell
}
.home .events-list .infoalert {
	margin-left:10px;
	vertical-align: top;
	display:table-cell;
	padding-left:0px;
	width: 100%;
    display: inline-block;
	position:relative;
	color : #98a6ad;
}

.home .events-list .infoalert .alertdevicename {
	font-weight:500;
	display:block;
	color:#333;
}
.home .events-list .infoalert .alertmsg {
	color:#98a6ad;
	font-size:14px;
}
.home .events-list .infoalert .alerttime{
	position:absolute;
	top:2px;
	right:15px;
	color:#98a6ad;
	text-align:right;
	font-size:14px;
}



.home .tabsline {
    border-bottom: 1px solid #eee;
    position: relative;
}
.home .btn-selecttype {
	margin-top:10px;
	padding-left: 0px;
}
.home .btn-selecttype  li {
    list-style: none;
    float: left;
}
.home .tab-content {
	/*
	border-top:1px solid #eee;*/
}

.home .nav.nav-tabs>li.active>a {
	border-top:2px solid #d84548;
}


/* footer portlet */
.home .portlet-footer {
	border-top:1px solid #eee;
	height:40px;
}
	/* dropdown */
	.home .portlet-footer .btn-dropup {
		float:left;
	}
	
	.home .portlet-footer .dropup .caret {
		margin-left:5px
	}
	
	.home .portlet-footer .dropup .dropdown-menu {
		margin-bottom:0px;
	}
	
	.home .portlet-footer .btn-dropup button,
	.home .portlet-footer .btn-dropup button:hover,
	.home .portlet-footer .btn-dropup button:active {
		border:0px !important;
		background-color:#fff;
		height:39px;
		color:#304552;
	}
	
	.home .portlet-footer .btn-dropup ul li.active a {
		background-color:#304553;
		color:#fff;
	}
	.home .portlet-footer .btn-dropup ul li:hover a {
		background-color:#304553 !important;
		color:#fff;
	}
	
	.home .portlet-footer .btn-dropup ul li>a:hover,
	.home .portlet-footer .btn-dropup ul li>a:active,
	.home .portlet-footer .btn-dropup ul li>a:focus {
		background-color:#304553 !important;
	}
	
	
	/*link */
	.home .btn-more {
		float:right;
	}
	.home .btn-more a,
	.home .btn-more a:hover {
		display:block;
		height:39px;
		line-height:25px;
		color:#304552;
		text-decoration: none !important;
		text-decoration-line: none;
		outline: none !important;
	}
	
	.home .btn-more:hover {
		background-color:rgba(245,245,245,.75);
	}
	.home .btn-more a i {
		margin-left:5px;
		font-size:11px;
	}
	

/***************** 20.2 login page ****************/

.dropdown-menu {
  border-radius:0px;
}

.panel-heading img {
  max-height:200px;
  width: 100%;
  padding:7px 20px;
}

/* tableoption tooltips */
.tableoptions .btn {
	height:38px;
	line-height:25px;
}
.tableoptions {
  padding: 7px 0px 0px 0px;
}
.tableoptions .form-group {
  margin-bottom:0px;
}
.tableoptions  .popover  {
  background: #92de44!important;
  color:#fff;
}
.tableoptions .popover.right .arrow:after {
  border-right-color:#92de44;
}
.tableoptions select {
  height:38px;
}

.tdtooltips {
  display: inline-block;
}


/***************** 20.3 Devices / details Pages ****************/
.iconalert {
  font-size: 15px !important;
  color: #92de44;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  margin-bottom:2px;
  margin-right: -21px;}
  
.iconalert-batt {
  font-size: 15px !important;
  color: #92de44;
  display: inline-block;
  margin-top: 7px !important;
  margin-left: 2px;
  vertical-align: top;}

/* tools left*/
.tableoptions .btn-selectdevices .btn {
  height:38px;
}

.tableoptions .btn-selectdevices .btn span {
  margin-left:20px;
}

/* select page */
.tableoptions .btn-selectlength .btn-default  {
  background-color:#fff;
  border-radius:0px !important;
  margin-bottom:5px;
  padding:2px 13px 2px 13px;
  height:38px;
}

.tableoptions .btn-selectlength  {
  margin-left:5px;
  margin-right:5px;}

.tableoptions .btn-selectlength .dropdown-menu  {
  width:58px;
  min-width:58px;}

.tableoptions .btn-selectlength .dropdown-menu>li>a {
    padding: 6px 15px;
}

.tableoptions .dropdown-menu>.active>a, 
.tableoptions .dropdown-menu>.active>a:focus,
.tableoptions .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1c2b36;
    outline: 0;
}

.tableoptions .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #1c2b36 !important;
}


/* select type map */
.tableoptions .btn-selecttype .btn-default  {
  background-color:#fff;
  border-radius:0px !important;
  margin-bottom:5px;
  padding:2px 13px 2px 13px;
  height:38px;
  color:#797979;
}

.tableoptions .btn-selecttype  {
  margin-left:5px;
  margin-right:5px;}

.tableoptions .btn-selecttype .caret  {
  margin-left:10px;}
  
.tableoptions .btn-selecttype .dropdown-menu  {
  min-width:58px;}

.tableoptions .btn-selecttype .dropdown-menu>li>a {
    padding: 6px 15px;
}


/* select icon */
.btn-selecticon .btn-default  {
  background-color:#fff;
  border-radius:0px !important;
  margin-bottom:5px;
  padding:2px 13px 2px 13px;
  height:38px;
  color:#797979;
}

.btn-selecticon  {
  margin-left:-1px;
  margin-right:0px;}
  
.btn-selecticon svg  {
  width: 20px;
  max-height:25px;
  margin-top:0px !important} 

.btn-selecticon .caret  {
  margin-left:10px;}
  
.btn-selecticon .dropdown-menu  {
  min-width:28px;}

.btn-selecticon .dropdown-menu>li>a {
    padding: 6px 2px;
}

.btn-selecticon .dropdown-menu>.active>a,
.btn-selecticon .dropdown-menu>.active>a:focus,
.btn-selecticon .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #eee;
    outline: 0;
}

/* cols visible */
.tableoptions .btn-selectcols .btn  {
  background-color:#fff;
  color:#797979;
  border-radius:0px !important;
  margin-bottom:5px;
  padding:5px 15px 4px 15px;
  border:1px solid #E6EBEC;
  height:38px;
  color:#2f353f;
}

.tableoptions .btn-selectcols .btn-default i  {
  font-size:18px;
  vertical-align:middle
}

.tableoptions .btn-selectcols .cr-styled {
  width:100%;
}


/*config button*/
.tableoptions .group-btn {
	margin-left:5px;
	display:inline-block;
}
.tableoptions .group-btn:first-child {
	margin-left:0px;
}
.tableoptions .iconconfig i {
	font-size:19px;
}

.tableoptions  .iconexp i {
	font-size:14px;
}
.tableoptions .waiting {
	display:none;
}

/* view select */
.tabstools {
}
.tabstools .tabsline{
  border-bottom:1px solid #eee;
  position:relative;
}
.tabstools .tabsline .history{
  position:absolute;
  right:0;
  bottom:0;
  padding-bottom:10px;
}
.tabstools .tabsline .history.active{
  border-bottom: 2px solid #92de44;
}
.tabstools .tabsline .history i{
  font-size:17px
}
/*position:absolute;right:0;bottom:0;margin-bottom:10px*/
.tabstools .btn {
  border-radius: 0px;
}
.tabstools .form-group {
  margin-bottom: -1px;
}
.tabstools .btn-selectview {
  padding:0px;
  margin:0px;
  margin-top:20px;

}
.tabstools .btn-selectview a  {
  height:38px;
  line-height: 25px;
  display: inline-block;
}
.tabstools .btn-selectview .btn.active, 
.tabstools .btn-selectview .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabstools .btn-selectview a i {
  margin-right:10px;
}

.tabstools .btn-selectview li {
  list-style: none;
  float:left;
}


.tabstools .btn-selectview li + li:before{
    content: " | ";
    padding: 0 0px;
	color:#eee;
}

.tabstools .btn-selectview li .btn {
    /*background-color:rgba(245, 245, 245, 0.75) !important;*/
    border: 0px;
    font-weight:400;
    color: #999;
}

.tabstools .btn-selectview li.active .btn {
    /*background-color: rgb(255, 255, 255) !important;*/
    /*border-bottom:1px solid #fff*/
    border-bottom: 2px solid #92de44;
    color:#000;
}
.tabstools .btn-selectview li:hover .btn,
.tabstools .btn-selectview li:focus .btn   {
    color:#000;
}

/* btn add device */
.tabstools .btn-adddevice {
  margin-top:23px;
}
.tabstools .btn-adddevice .btn {
  border-bottom:0px;
}


/***************** 20.4 Settings ****************/

/* title zone settings */
.form-settings .configopt .panel-heading h4 .switch {
  float:right  
}

.form-settings .configopt .panel-title {
  font-weight: 400;
  color: #333333;
  font-size:18px;
  /*padding-left:38px;*/
  padding-left:3px;
  display: block;
  text-transform: none;
}
  
.configopt {
  border: 1px solid #e0e0e0;
  /* border: 1px solid rgba(0,0,0,0.08); */
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0px;
  position:relative;
}

.configopt.border-b-0 {
	border-bottom:0px;
}

.configopt .panel-heading {
  background-color:#ffffff;
  
  /*background-color:#20314b;
  margin-left:-1px;
  margin-right:-1px;
 
  margin-top:-1px;*/
  margin-bottom:-1px;
  padding:19px;
  /*background-color:#fbfafa;*/
  border-bottom:1px solid #e0e0e0;
}

.configopt hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.configopt .panel-title i {
  margin-right:15px;
  position:absolute;
  left:20px;
  top:12px;
  display:none;
}

.configopt .collapse-lv2 label,
.configopt .collapse-lv1 label{
  font-weight:normal;
  vertical-align:middle;
  line-height:32px;
}

.configopt .form-group div {
  line-height:37px
}

/* subtitle zone settings */

.form-settings .configopt .panel-subtitle {
  font-weight: 500;
  /*color: #333333;*/
  color:#333333;
  font-size:14px;
  margin-top:0px;
  margin-bottom:0px;
  /*padding-left:38px;*/
  padding-left:3px;
  display: block
}
  
  
.configopt .panel-subheading {
  padding:13px 15px;
  border-bottom:1px solid #fff;
}

.configopt .collapse .panel-body,
.configopt .collapsing .panel-body {
	border-top:1px solid #e0e0e0;
}


.form-settings .configopt .panel-subheading h4 .switch {
  float:right  
}

/* settings icon */
.configopt i.setting-inf {
  font-size:16px;
  cursor:pointer
}

i.setting-warning {
  font-size:20px;
  color:#92de44;
}

i.setting-info {
  font-size:20px;
  color:#333;
}

.configopt .unitininput {
	position: absolute;
    right: 10px;
    top: 0;
}
.configopt .text-info {
	color:#333;
}
.configopt .text-info ul li {
	line-height: 20px;
}

.configopt .btn-select-days {
    width:100%;
}
.configopt .btn-select-days .btn {
    width:14.2%;
}

.configopt .btn-select-days .btn-default.active {
    background-color: rgb(52, 199, 59) !important;
    color:#fff;
}

.configopt .time-bar {
    white-space:nowrap;
    position:relative;
}

.configopt  div.time-bar {
  line-height:15px !important;
  margin-bottom:15px;
}

.configopt .time-bar div {
    line-height:15px !important;
    
}

.configopt .time-bar span {
    position:absolute;
    z-index:5;
    font-size:11px;
    padding:2px;
    color:#c7c6c6;
    margin-top: 19px;
}

.configopt .time-bar span.grid-pol {
    position: absolute;
    top: 0;
    width: 1px;
    height: 6px;
    padding: 0px;
    margin-left:0px !important;
    margin-top:12px;
    background: #000;
    background: #e1e4e9;
}
.configopt .time-bar span.grid-pol.legend-grid0-time-bar {
  margin-left:0px;
}
.configopt .time-bar span.grid-pol.legend-grid4-time-bar {
  margin-right:0px;
}
  
.configopt .time-bar span.legend-grid0-time-bar {
  left:3px;
  margin-left:-7px;
}
.configopt .time-bar span.legend-grid1-time-bar {
  left:25%;
  margin-left:-7px;
}
.configopt .time-bar span.legend-grid2-time-bar {
  left:50%;
  margin-left:-10px;
}
.configopt .time-bar span.legend-grid3-time-bar {
  left:75%;
  margin-left:-10px;
}
.configopt .time-bar span.legend-grid4-time-bar {
  right:3px;
  margin-right:-7px;
}

.configopt .active-time-bar {
    position: relative;
    width: 100%;
    height: 6px;
    border: 1px solid #eeeeee;
    /*background-color: #eeeeee;*/
    display: inline-block;
}
.configopt .allow-dropdown {
	width:100%
}

/* The switch  */
.configopt .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.configopt .switch input {
  display:none;
}

.configopt .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
  background-color: #7d8698;
  -webkit-transition: .4s;
  transition: .4s;
}

.configopt .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.configopt input:checked + .slider {
  background-color: #34c73b;
}

.configopt input:focus + .slider {
  box-shadow: 0 0 1px #34c73b;
}

.configopt input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

.configopt .slider.round {
  border-radius: 30px;
}

.configopt .slider.round:before {
  border-radius: 50%;
}

.configopt input.disabled + .slider {
  background-color: rgba(165, 165, 165, 0.36);
}


.configopt .panel-title i.fa {
	display:block;
	top:4px;
}


.configopt .SumoSelect {
  width:100%
}

.configopt  .SumoSelect>.optWrapper>.options li.opt {
  padding-top: 2px;
  padding-bottom: 2px;
}

.configopt .SumoSelect .select-all {
  padding: 0px 0 3px 35px;
}

.configopt .form-group .tooltip div {
  line-height: 20px !important;
}

.configopt .tooltipoversize + .tooltip > .tooltip-inner,
.configopt .tooltipotheroption + .tooltip > .tooltip-inner,
.configopt .tooltipnogeofencing + .tooltip > .tooltip-inner {
  background-color: #f00;
  width:200px;
}
.configopt .tooltipoversize + .tooltip.right .tooltip-arrow,
.configopt .tooltipotheroption + .tooltip.right .tooltip-arrow,
.configopt .tooltipnogeofencing + .tooltip.right .tooltip-arrow {
    border-right-color: #f00;
}

.configopt .input-append.color .add-on i,
.configopt .input-prepend.color .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.configopt .dropdown-status .dropdown-menu {
	min-width: 80px;
}

.configopt .dropdown-status .dropdown-menu>li>a {
    padding: 6px 20px 6px 9px;
}

.configopt .dropdown-status .dropdown-menu>.active>a,
.configopt .dropdown-status .dropdown-menu>.active>a:focus,
.configopt .dropdown-status .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    background-color: #eee !important;
    outline: 0;
}


.configopt .schedule-rows td {
  width: 87px;
  height: 5px;
  margin: 3px;
  padding: 1px;
  background-color: #eee;
  cursor: pointer;
  font-size: 11px;
  border:1px solid #fff;
}
.configopt .schedule-rows td:first-child {
  background-color: transparent;
  text-align: right;
  position: relative;
  top: -12px;
  width:60px;
}
.configopt .schedule-rows td[data-selected],
.configopt .schedule-rows td[data-selecting] {
  background-color: #35c73c;
}
.configopt .schedule-rows td[data-disabled] {
  opacity: 0.55;
}
.configopt .schedule-header th {
	text-align: left;
    font-weight: 400;
	padding-left:5px;
	font-size:12px;
}

.form-settings .alert-nextime {
    color: #fff;
    background-color: #58b4ec;
	border-radius: 2px;
}


/***************** 20.7 Alertes   ****************/

#datatable.table-history td {
    font-weight: normal;
    vertical-align: top;
}

.table-datatable .status-alert {
	background-color:#d84548;
}
.table-datatable .status-alert:hover td {
	background-color:#ed4d50 !important;
}
.table-datatable .status-alert td {
    color: #fff !important;
}

.table-alerts .label-alert {
	padding: 3px 7px 3px 4px !important;
	display: inline-block;
	line-height:20px;
	
}
.table-alerts .label-alert i {
	font-size:15px;
	color:#ffffff;
	vertical-align:middle;
	margin-bottom:4px;
	margin-right:5px;
	margin-top:2px !important;
	
}
.table-alerts .label-success.label-alert {
    background-color: #304553;
}


/* action checkbox and select-all menu */
.table-datatable.table-alerts th.alert_action {
	padding-top:0px !important;
	vertical-align:middle;
}

.table-datatable.table-alerts td.alert_action,
.table-datatable.table-alerts th.alert_action {
    width: 73px !important;
	min-width:73px !important;
	position:relative !important;
}

.table-datatable.table-alerts td.alert_status,
.table-datatable.table-alerts th.alert_status {
    width: 120px !important;
}

.table-datatable.table-alerts th .select-all {
    padding: 8px;
    margin-left: -5px;
    margin-right: 0px;
    border: 1px solid #eee;
    color: #999;
	padding-bottom: 3px;
	margin-top:10px;
	height:36px;
	vertical-align:middle;
	border-radius:2px;
}
.table-datatable.table-alerts th .select-all span {
    margin-right: 5px;
}

.table-datatable.table-alerts th .select-all.selected {
	display:inline-block;
	margin-top:0px;
	margin-right:10px;
	margin-bottom: 0px;
	border-radius:2px;
	background-color: rgba(245, 245, 245, 0.75) !important;
    border: 1px solid rgba(218, 230, 236, 0.7) !important;
}

.table-datatable.table-alerts .row-select-all th .btn {
	display:inline-block;
	height:36px;
	margin-top: -1px;
}

.table-datatable.table-alerts th .select-all input {
    visibility: hidden;
    display: none;
}

.table-datatable.table-alerts th .select-all i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
    position: relative;
}

.table-datatable.table-alerts th .select-all.selected input[type=checkbox]:checked+:after {
	width: 8px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 3px;
	font-size: 13px;
    content: "\f068";
	color:#92de44;
	transform:none;
}

.table-datatable.table-alerts-details td {
	vertical-align:top !important;
}


.table-datatable.table-alerts .alertcontact a {
	display: inline-block;
}

.table-datatable.table-alerts .alertcontact i,
.table-datatable.table-contact .alertcontact i{
	color:#33c73c;
	margin-right:10px;
	font-size:17px;
}

/* action invoice download */
.table-datatable.table-invoices th.invoice_action {
	padding-top:0px !important;
	vertical-align:middle;
}

.table-datatable.table-invoices td.invoice_action,
.table-datatable.table-invoices th.invoice_action {
    width: 30px !important;
	min-width:30px !important;
	position:relative !important;
}

/***************** 20.8 Administration  ****************/


.table-datatable.table-admin-users  .subaccount {
	position:relative;
}
.table-datatable.table-admin-users  .subaccount td:first-child { 
    padding-left: 40px;
}

.table-datatable.table-admin-users td:first-child i {
	position:absolute;
	left:0px;
	font-size:19px !important;
	top:0px;
   transform: scaleX(-1);
   -moz-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
   -ms-transform: scaleX(-1);
}

.table-datatable.table-admin-users  .subaccount td {
	position:relative;
}
.table-datatable.table-admin-users  .subaccount td i.zmdi-long-arrow-return {
	font-size:20px;
	left:20px;
	top:10px
}

.table-datatable.table-admin-users  .subaccount td b { 
	font-weight:normal !important;
}
.table-datatable.table-admin-users  .subaccount td{ 
    border: 0px;	
}

.form-device .tooltip-inner {
    text-align: left;
}


.tdsigfoxzone,
.bg-zone-sigfox {
	background-color:#d9edf7 !important;
}
.tdclientzone ,
.bg-zone-client {
	background-color:#fcf8e3 !important;
}


/* =============== RESPONSIVE =================== */



/*** MIN ***/

@media (min-width: 1200px) {
	/* from max width */
	form {
		max-width:700px;
	}
}



/*** Aside Collapsed ***/
@media (min-width: 769px) {
  
  aside.left-panel.collapsed .logo .logo-desktop {
    display:none;
  }

  aside.left-panel.collapsed .logo .logo-mob {
    display:block;
  }
  
  aside.left-panel.collapsed {
    width: 75px;
    text-align: center;
  }

  aside.left-panel.collapsed + .content {
    margin-left: 75px;
  }

  aside.left-panel.collapsed .user .user-login,
  aside.left-panel.collapsed span.nav-label {
    display: none;
  }
  
  aside.left-panel.collapsed .navigation > ul > li span{
    display:none;
  }
  
  aside.left-panel.collapsed .navigation > ul > li > a {
    padding: 15px;
  }
  aside.left-panel.collapsed .navigation > ul > li > a:hover {
    background-color: #272c35;
  }

  aside.left-panel.collapsed i.fa {
    font-size: 22px;
  }

  aside.left-panel.collapsed .navigation > ul > li.has-submenu:after {
    display: none;
  }
  aside.left-panel.collapsed .navigation > ul > li ul.active {
    display: none;
  }
}



/*** Aside Collapsed Sub Menu ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed .navigation ul li ul {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0px;
    background-color: #272c35;
    box-shadow: none;
    padding: 10px 0px;
    min-width: 200px;
  }

  aside.left-panel.collapsed .navigation > ul > li:hover > ul {
    display: block !important;
  }
  aside.left-panel.collapsed .navigation > ul > li:hover > ul

  aside.left-panel.collapsed .navigation ul li ul li a {
    border: 0px;
    color: #b4b6bd;
    padding: 8px 25px 8px 40px;
  }

  aside.left-panel.collapsed .navigation ul li ul li a:hover {
    color: #fff;
  }
}




/*** MAX ***/

@media (max-width: 2000px) {

	/*home */
	.home h1 {
		font-size: 75px;
	}
	.home h1 span {
		font-size: 75px;
	}
	
	#line-chart-container {
		min-height:441px;
	}
	#events-container,
	#alerts-container {
		min-height:180px;
		height: 210px;
	}


	
}
@media (max-width: 1500px) {
	.modal-welcome {
		width:80%;
	}
	.home h1 {
		font-size: 75px;
	}
	.home h1 span {
		font-size: 75px;
	}
	.home .alert-list .infoalert .alerttime {
		display:none;
	}
	.home .events-list .infoalert .alerttime {
		display:none;
	}
}
@media (max-width: 1400px) {
	.widget-style-2 h2 {
		font-size:35px;
	}
	.widget-style-2 .text-muted {
		font-size:15px;
	}
	.widget-style-2 i {
		padding: 35px 35px 29px 5px;
	}
	
	.home .alert-list .label-badge {
		display:block;
	}
	.home .alert-list .infoalert {
		display:block;
		padding:10px 15px;
		margin-right: 10px;
	}
	
	.home .alert-list .label-alert {
	    float:left;
		margin-right: 10px;
	}
	.widget-style-2 .text-muted {
		display:block;
	}
}
@media (max-width: 1200px) {
  
	/* page home */
	.home .pane-body {
		 padding:10px;
	}
	.home h1 {
		color:#333;
		font-size:51px
	}
	.home h1 span {
		font-size:62px;
		color:#92de44
	}
	.home .home-contain h4 {
		font-size:16px;
		color:#333;
		font-weight:400;
		font-family: roboto
	}
	.modal-welcome ul {
	    padding-left: 0px;
	}
	.modal-welcome ul li {
		font-size:16px
	}
	.modal-welcome ul li {
		line-height: 30px;
	}
	.modal-welcome .modal-list {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.widget-panel i {
		position:absolute;
		right:10px;
		font-size: 45px;
	}


	.home .widget-style-2 h2 {
		font-size:30px;
		font-weight:400;
	}
	
	.home  #line-chart-container {
		min-height:300px;
	}
	
	.home .alert-list .infoalert .alerttime {
		display:block;
	}
	.home .events-list .infoalert .alerttime {
		display:block;
	}
	

}
@media (max-width: 1000px) {
  	.modal-welcome {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.widget-panel-container .item:first-child {
		padding-left:10px;
	}
	.widget-panel-container .item:last-child {
		padding-right:10px;
	}
	.widget-panel-container .item {
		padding-left:5px;
		padding-right:5px
	}
	.widget-style-2 h2 {
		font-size: 20px;
	}
	.widget-panel i {
		position: absolute;
		right: 5px;
		top: 0px;
		font-size:30px
	}
	
	.home .widget-repartition {
		width:100%;
	}
	.home .widget-messages {
		width:100%;
	}
	.home .widget-alert {
		width:100%
	}
	.home .widget-chart {
		width:100%;
	}
	.home .widget-map {
		width:100%;
	}
	
}


@media (max-width: 768px) {
	
	/* page login */
	.wrapper-page {
		width: 100%;
		
		padding: 5px;
		margin: 0px 0px;
		box-shadow: none;
		transform: none;
		height: 100%;
		display: block;
		top: 0;
	}
	.wrapper-page > .panel {
		width: 100%;
	}
	.panel-heading img {
		max-height: 110px;
		width: 100%;
		max-width:310px;
	}
	
	/* page home */
	.modal-welcome .modal-list {
	    display:none;
	}
	.modal-welcome .modalcontent p {
		padding-bottom: 0px;
		border-bottom: 0px;
	}

	aside.left-panel.collapsed {
	   width: 250px;
	   left: 0px;
	   top:0;
	   z-index: 99;
	   overflow-y: scroll !important;
	   position:fixed;
	   /*overflow: hidden !important;*/
	}
   
	aside.left-panel.collapsed + .content {
	  /*
	  margin-left: 0px;
	  transform: translate3d(250px, 0px, 0px);
	  -ms-transform: translate3d(250px, 0px, 0px);
	  -webkit-transform: translate3d(250px, 0px, 0px);
	  -moz-transition: translate3d(250px, 0px, 0px);
	  -o-transition: translate3d(250px, 0px, 0px);
	  */
	}
  
	aside.left-panel {
	  left: 100%;
	}
  
	section.content {
	  margin-left: 0px;
	}
  
	.collapsed + .content .footer {
	  left: 0px;
	  bottom:0px;
	} 

	.content > .container-fluid {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	.content > .container-fluid > .row {
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-left:0px;
	  margin-right:0px
	}
	
	
	.wraper {
	  padding-top: 64px;
	}
  
	.page-header h1 {
	  margin-top: 0px;
	}
	.footer {
	  left: 0px;
	}
	header {
	  left: 0px;
	}
	.navigation ul li a i {
	  float: left !important;
	}
	
	.home .alert-list .infoalert .alertmsg {
		color:#98a6ad;
		font-size:14px;
		max-width: 150px;
		display: inline-block;
	}

	/* device / detail select*/
	#devices-selects-map {
	  width: 100%;
	}
	.SumoSelect {
	  width: 100%;
	}
	/*map btn */
	#btnselecttype {
	  width: 100%;
	  margin-left: 0px;
	  margin-right: 0px;
	}
	#btnselecttype button {
	  text-align:left
	}
	#btnselecttype button span {
	  float:right;
	  margin-top:8px
	}
	#reportrange_map {
	  width:100%;
	}
	/* chart btn  */
	#reportrange_chart {
	  width:100%;
	}
	#devices-selects-chart {
	  width:100%;
	  margin-bottom:5px;
	}
	#unit-selects-chart {
	  width:100%;
	  margin-left:0px !important;
	  margin-bottom:5px;
	}
	
	/* page home */
	.home .pane-body {
	  padding:10px;
	}
	.home h1 {
	  color:#333;
	  font-size:41px
	}
	.home h1 span {
	  font-size:40px;
	  color:#92de44
	}
	.home  {
		margin-top : 20px;
	}
	.home .home-recap {
		display:none;
	}
	/* dahsboard */
	.home .tools-left-multiselect {
		margin-top:20px !important;
		margin-bottom: 20px;
		margin-left: 0px;
		float:none ! important;
	}
	
	.widget-panel-container .item:first-child {
		padding-left:10px;
	}
	.widget-panel-container .item:last-child {
		padding-right:10px;
	}
	.widget-panel-container .item {
		padding-left:2px;
		padding-right:2px
	}
	.widget-style-2 h2 {
		font-size: 20px;
	}
	.widget-panel i {
		position: absolute;
		right: 5px;
		top: 0px;
		font-size:30px
	}
	/*popup*/
	.home .home-contain {
	  display:block;
	  width:100%;
	}
	.home .modalcontent {
		margin-bottom:40px
	}
	.home .home-contain h4 {
	  font-size:16px;
	  color:#333;
	  font-weight:400;
	  font-family: roboto
	}
	.modal-welcome {
		width:100%;
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.modal-welcome .modalcontent p {
	    margin-left: 0px;
		margin-right: 0px;
	}
	
	/* settings */
	.pull-right-xs {
        float: right;
    }

	
}


@media (max-width: 767px) {
  .top-menu {
    float: right;
    margin: 0px;
  }
  .top-menu li {
    display: inline-block;
  }
  .top-menu .open .dropdown-menu {
    position: absolute;
    width: 200px !important;
    background: #fff;
  }
  .top-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-nav .open .dropdown-menu {
      position: absolute !important;
      width: auto;
      margin-top: 0;
      background-color: #fff;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	  border: none;
	  max-height: 330px;
	  /*
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;*/
  }
  
  .bg-img {
		background: none;
	}
	
	form {
		padding:0px !important;
	}

}

@media (max-width: 530px) {

	.widget-panel-container .item:first-child {
		padding-left:10px;
	}
	.widget-panel-container .item:last-child {
		padding-right:10px;
	}
	.widget-panel-container .item {
		padding-left:1px;
		padding-right:1px
	}
	.widget-style-2 h2 {
		font-size: 20px;
		font-weight: 400;
		text-align: center;
	}
	.widget-panel i {
		position: absolute;
		right: 5px;
		top: 0px;
		font-size:30px;
		display:none;
	}
	.home .widget-panel {
		padding: 26px 10px;
		margin-bottom: 10px;
	}
	.widget-style-2 {
		padding-left: 10px;
	}
	.widget-style-2 .text-muted {
		font-size: 12px;
		text-align:center;
	}
	.panel-title > a span {
		display:none;
	}
	.panel-title > i {
		display:none;
	}
	.pager .previous>a, .pager .previous>span {
		float: left;
		margin-left: 5px;
	}
}

@media (max-width: 450px) {

  .username {
    display: none;
  }
  .dropdown .extended i, .dropdown .extended .thumb-sm, .dropdown .extended strong {
    display: none;
  }
}

/* =============
   Print css
============= */
@media print {
  .logo,
  .breadcrumb,
  .page-title,
  .footer,
  header,
  .topbar-left {
    display: none;
    margin: 0px;
    padding: 0px;
  }
  .wraper {
    padding: 0;
    margin: 0;
  }
  .panel {
    border: none;
  }
}
