/**
* https://www.symes.fr
* Author: Jérôme.C
*/


/* 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
   11) Forms
       11.1 Form wizard
   12) Datatable
   12) Table
   13) Chart
   14) Mail
   15) Maps
   16) Tickets
   17) Daterange
   18) Grid drag & drop
   19) Message alerte
   20) progress
   21) Global PAGES Symes
		21.1 Global PAGES Symes
		21.1 Page Overview 
		21.2 Page stats 
		21.3 login page 
		21.4 Devices / details Pages 
		21.4 Settings 
		20.6 page renew (subscription) 
		21.7 page order (sms) 
		21.8 orders Page CB paybox 
		21.9 Alertes 
		21.10 Administration  
		21.11 Configuration 
		21.12 Schedule 
		21.13 Astreintes / Calendar
   - Responsive
*/



/* d-flex */

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}


.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.bg-custom {
    background-image: url('../../img/bg/header-4.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    background-position: bottom;
    /*background-color: #fad27c;*/
    position:absolute;
    top:0;
    width: 100%;
    height: 50%;
    z-index:-1;
}


.light_state span {
    vertical-align: middle;
}

.icon-light {
    background-image: url(../../img/icon/fluorescent.svg);
    background-repeat: no-repeat;
    display: inline-block;
    /* background-color: #fad27c; */
    width: 25px;
    height: 19px;}

.icon-light-off {
    background-image: url(../../img/icon/fluorescent-off.svg);
    background-repeat: no-repeat;
    display: inline-block;
    /* background-color: #fad27c; */
    width: 25px;
    height: 19px;
}

/******** 1. General ********/
body {
	color: #797979;
	background-color: #f1f3f4;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	min-height: 100%;
}
html {
  /*overflow-x: hidden;*/
  position: relative;
  min-height: 100%;
}

.bg-img {
	background-color:#fff;
	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: #448AFF;
  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 #448AFF, 0 0 5px #448AFF;
  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: #448AFF;
}

/* 1.2 form */
label {
    font-weight: 500;
}
b, strong {
    font-weight: 500;
}
.label {
    font-weight: 500;
}

.label-success {
    background-color: #34c73b;
}
.label-info {
    background-color: #448AFF;
}
/* ie11 appearence*/
select::-ms-expand {
    display: none;
}

.sm-icon {
    font-size:19px;
    vertical-align: middle;
}
.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 160px; 
  height: 1.2em; 
  white-space: nowrap;
  display:block;
}
.cut-text-mail { 
  width: 300px;
  padding-right:40px;
}
.material-symbols-outlined {
	vertical-align:middle;
}
.messageerror div {
    padding-left:40px;
}
.messageerror div i {
   margin-left:-25px;
}

.btn-disabled {
    opacity:0.5;
}


/* Sumo select */
.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    background-color: #f6f8f8;
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    opacity:0.7;
}

.SumoSelect .MultiControls .btnCancel {
	background-color: #ccc;
    width: 80px !important;
    margin-top: 6px !important;
    float: right;
    margin-right: 7px;
    color: #fff;
    border-radius: 3px !important;
}
.SumoSelect .MultiControls .btnCancel:hover {
	background-color: #B2B2B2 !important;
}
.SumoSelect .MultiControls .btnOk {
    background-color:#448AFF;
	color:#fff;
	width: 40px !important;
	float:right;
	border-radius: 3px !important;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-right: 5px;
	
}
.SumoSelect .MultiControls .btnOk:hover {
    background-color:#3B75D3 !important;
	color:#fff;
}

.SumoSelect {
  width:100% !important
}

.SumoSelect .options li {
  line-height:35px
}

.SumoSelect>.optWrapper>.options li.opt {
  padding-top: 2px;
  padding-bottom: 2px;
}



.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    background-color: #eee;
    box-shadow: none;
}
.SumoSelect.disabled {
    opacity:1;
}


/* modal */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


/* 1.3 color */
/* 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;
}

/* Errors Page */
.err-page h1 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #252932;
}

/* toggle password */
.group-input-icon {
	position:relative;
	width: 100%;
    display: inline-block;
}

.group-input-icon .btn-eye {
   cursor: pointer;
   pointer-events: all;
   font-size:21px;
   line-height:35px;
   color:#e0e0e0;
   position: absolute;
   right: 10px;
   top: 0;
}

/* 1.3 scrollbar */
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}


  /*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/*
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }

.scrollbar-inner::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 */
 
/* update scrollbar offset if both scrolls are visible */
 /*
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/******** 2. Left Panel (aside navigation) ********/
aside.left-panel {
    background-color: #1a2942; /*#2A333E;*/
    /*box-shadow: 7px 60px 12px rgba(0, 0, 0, 0.15);*/
    width: 250px;
    /*position: fixed;*/
	 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;
}


aside.left-panel .version{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #505e76;
}

/***** 2.1 LOGO *****/
.logo {
  text-align: center;
  background-color: #1a2942;
  /*border-bottom:1px solid #eee;*/
  padding: 5px 5px 5px;
  /*position: fixed;
  right: 0;
  left: 0;
  width: 250px;
  */
  height: 60px;
  /*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 Symbols Outlined';
    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: '\e5cf';
}
/*
.has-submenu.active > a .menu-arrow {
  ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

/******** 2.2 TOAST *******/

.toast-container {
    margin-top: 55px;
    margin-right: -7px;
    z-index:1100;
}
/* informational toast class: */
.toast--info {
  color: #31708f;
  background-color: #eaf2fa;
  border-color: #91c5f2;
}

/* successful toast class: */
.toast--success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

/* warning toast class: */
.toast--warning {
  color: #8a6d3b;
  background-color: #fff8c4;
  border-color: #f2c779;
}

/* error toast class: */
.toast--error {
  color: #ffffff;
  background-color: #E53529;
  border-color: #E53529;
}


/******** 2.2 Navigation *******/

.navigation {
  /*margin: 50px 0px 20px;*/
  margin: 8px 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: #2A303A;*/
    background-color:#162338;/*#2a333e;*/
}

.navigation ul li a > i {
  margin-right: 6px;
  font-size: 18px;
  width: 25px;
  float: left;
}

.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 {
    /*display: none;*/
    background-color: #162338; /*##162338;*/
    padding-bottom: 10px;
}

.navigation > ul > li > ul > li a .badge {
    margin-top: 0px;
    background-color:#33425a;
    color:#c1c7d1;
    position: absolute;
    right: 10px;
}


/*** 2.3 Sub Menu ***/
.navigation ul li ul {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*
aside:not(.collapsed) .navigation ul > li.active > ul {
  display: block;
}
*/

.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:#192942;
  position:relative;
}

.navigation ul li ul.active {
    display: block;
}


/*** 2.4 Sub Sub Menu ***/

/*
.navigation ul > li > ul > li > a {
  display: inline-block;
  padding: 4px 25px 8px 0px;
  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;
}

.navigation ul > li > ul > li .menu-arrow {
  color:#999;
  top:4px;
  cursor:pointer;
  padding:5px;
  margin-right:-3px;
}

.navigation ul > li > ul > li.active .menu-arrow {
  ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation ul li ul i.ion-plus {
  color:#999;
  top:5px;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  text-rendering: auto;
  line-height: 18px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
*/


/******************** 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 1px 2px 0 rgb(33 37 41 / 10%);
  /*
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;*/
  z-index: 999;
}
    
header .navbar-default .navbar-nav>li>a {
  background-color: transparent;
  line-height:30px;
}
header .navbar-default .navbar-nav>li>a i {
  color: #404f67;
}

 .navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:focus,  .navbar-default .navbar-nav>.open>a:hover {
  background-color: #f5f5f5;
}
.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: 0px;
}
.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;
  border-radius:5px;
  background: rgba(237, 241, 242, 0.5);
  /*
  background: #eee;*/
  box-shadow: none;
  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;
}

.dropdown-menu-left {
  right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;
}

.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 10px;
    font-size: 16px;
    display: block;
}

.top-menu li:last-child >a {
    padding-right: 20px;
}

.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 i {
    font-size: 19px;
    margin-top: -3px;
    vertical-align: middle;
}

.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;
}


.top-menu .dropdown-menu .media-body {
  width: 70%;
}
.top-menu .username {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}



.navbar-help{
}
.navbar-help a {
	padding:16px 7px 13px 7px!important;
}
.navbar-help a i {
	font-size:23px
}

.navbar-notification .list_alert {
  display:block;
  max-height:250px;
  overflow-y: scroll;
}

.navbar-notification p {
	border-top:1px solid #eee;
}
.noti-header {
	color:#fff;
	background-color:#e21122;
}
.noti-header.no-notif {
	background-color:#34c73b;
}
.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:#448AFF;
}

.btn-default {
    /* background-color: rgba(218, 230, 236, 0.3); */
    background-color: #fff;
    border-color: rgb(224, 224, 224);
}

#msg {
	position:relative;
}

/***************** 4.Content Area (right) ****************/

.content {
  margin-left: 250px;
}

.content > .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.wraper {
  padding-top: 20px;
  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:#448AFF
}
.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;
}

.panel .panel-body {
	padding: 20px 25px;
}

/* panel tabs */
.panel-tabs {
	padding:0px;
	border-bottom: 0px;
	border-color:#ebeef0;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(43, 59, 93, 0.3);
	/*box-shadow: 0px -1px 3px -1px rgba(43, 59, 93, 0.3);*/
}
.panel-tabs ul {
	padding:0px;
	margin:0px;
}
.panel-tabs ul li {
	/*background-color:#f0f0f0;*/
	display:block;
	list-style: none;
	float:left;
}
.panel-tabs ul li a {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
	display:block;
	padding:15px 35px;
}
.panel-tabs ul li.active {
	background-color:#fff;
	border-right:1px solid #ebeef0;
	border-left:1px solid #ebeef0;
}
.panel-tabs ul li.active:first-child {
	border-left:0px;
}
.panel-tabs + .panel {
    border-top: 1px solid #eee;
    margin-top: -1px;
	box-shadow: 0 3px 3px rgba(43, 59, 93, 0.3);
	
}


/***************** 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: #192942;
}

.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;
}



/* 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: #448AFF;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: #448AFF;
}

/* export button*/
.btnexport {
	padding-right: 15px;
}
.btnexport i {
	font-size:14px;
}
.btnexport .waiting {
	display:none;
}

/***************** 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
}
.tooltip-inner {
    max-width: 400px; /* set this to your maximum fitting width */
    width: inherit; /* will take up least amount of space */ 
}
/***************** 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-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: #192942;
  -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;
  margin-top: -15px;
  border: solid 2px transparent;
  border-top-color: #448AFF;
  border-left-color: #448AFF;
  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: #448AFF;
  border-left-color: #448AFF;
  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: #448AFF;
  border-left-color: #448AFF;
  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: 0px 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;
}

.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 #448AFF;
    border-bottom: 2px solid #448AFF;
    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;
}

#datatable td .label{
	min-width:57px;
	display:inline-block;
	font-size: 11px !important;
    border-radius: 2px;
}


#datatable td .row-link {
    border-bottom: 2px dotted;
}

div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}
div.dataTables_paginate ul.pagination {
    margin-top: 20px;
    margin-bottom: 0px;
}
.dt-buttons {
  float: left;
}
div#datatable-buttons_info {
  float: left;
}
div.dataTables_info {
    padding-top: 28px;
}


/* 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:18px;
}

.table-datatable div.dataTables_paginate ul.pagination {
  margin-top: 10px;
}

.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;
}

/*
.table-datatable .dataTables_paginate {
	margin-top:10px
}
.table-datatable .dataTables_info {
	margin-top:10px;
}
*/


/* 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:#192942;
}


.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 .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:40px;
}

.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:100px;
  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;
}


.table-datatable thead tr.filters {
  border-bottom:1px solid #eee;
}

/*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;
  padding-right: 20px;
  text-overflow: ellipsis;
  width:100px;
}
.table-datatable .table>thead>tr>th.md-col {
  min-width: 160px;
  padding-right: 35px;
  width:160px;
}

.table-datatable .table>thead>tr>th.md-col.md-col-name {
  min-width:200px !important;
}

.table-datatable .table>thead>tr>th.sm-col-date {
  min-width: 80px;
  padding-right: 20px;
  text-overflow: ellipsis;
  width:120px;
}

.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 .has-feedback {
    max-width:220px;
}

.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: 0px;
}
.table-datatable .table>thead>tr>th.md-auto-columns {
  width:auto !important;
  min-width: 0px !important;
}

.table-datatable .dataTables_scrollHead .table>thead>tr th .filtersettings {
	width: 35px;
	height: 42px;
	background-color:#1c2e3a;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	vertical-align: middle;
    line-height: 42px;
    text-align: center;
}

.table-datatable .dataTables_scrollHead .table>thead>tr th .filtersettings i {
	margin-left:0px;
	color:#fff;
	font-size:22px;
}

.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:middle;
}
.table-datatable .table>tbody>tr>td i.fa-times{
  font-size:19px;
  color:#448AFF;
}
.table-datatable .table>tbody>tr>td i.setting-warning {
  font-size:20px;
  color:#448AFF;
  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:#448AFF;
}
.table-datatable .table>tbody>tr>td i.button-green{
  color:#34c73b;
}

.table-datatable .table>tbody>tr>td i.danger{
  color:#448AFF;
}

/* datatable actif / inatif color */
.table-datatable span.actif {
  color: #009688;
}
.table-datatable span.expired {
  color: #448AFF;
}
.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-border {
	position:relative;
	border: 1px solid #eee;
	padding: 0px 20px;
}

.table-border .table>thead>tr:first-child>th{
	border-top:0px !important;
}
/*
.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 .editcontactsite,
.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>tbody>tr:first-child td {
    border-top: 0px !important;
}

.table-bordered {
    border: 1px solid #fff;
}
.dataTables_scrollBody {
	margin-top: -1px;
}

.table thead tr:first-child{
  /*background-color: #192942;*/
  /*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;
	/*
	font-size: 13px;*/
}

.table>thead>tr:first-child>th i {
  color:#9099a8;
  margin-left:5px;
}
.table>thead>tr>th i {
  color:#BABEC4;
  font-size:18px;
  top: 8px !important;
}



/************* 14.Chart **********/
/* Google chart */
/*
.large_chart {
  border: 1px solid #eee;
}*/

#chart_div {
  width: 100%; 
  height: 350px;
}

.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: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;
}
.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgb(48, 68, 82) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}

.gm-style-iw gm-style-iw-c button {
	
}


/*
.localisation .gm-style .gm-style-iw-c {
    background-color: rgb(53, 199, 60)!important;
    border-radius: 2px;
    color: #fff;
}
.localisation .gm-style .gm-style-iw-t::after {
	background-color: rgb(53, 199, 60)!important;
}
.localisation .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.localisation .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
	
	background-color: rgb(53, 199, 60)!important;
}
.localisation .marker_infowindows li {
    margin-bottom: 0px;
}
.localisation .gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgb(53, 199, 60) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
*/

/************* 15 GeoFencing Maps **********/
#locate-map {
	height: 400px;
	min-height:400px;
	width:100%;
	border:1px solid #ccc;
	position:relative;
}

#locate-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: #448AFF;
}

#pac-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #448AFF;
}

#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;
}



/************* 16.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;
}




/*********** 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: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker .ranges ul {
  width: 160px;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  color: #192942;
  padding: 6px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
  background-color: #192942;
  border: 1px solid #192942;
  color:#fff;
}
.daterange {
  background: #fff; 
  cursor: pointer; 
  padding: 5px 10px ;
  border-radius: 4px;
  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: #192942;
  border-color: transparent;
  color: #fff;
}
.daterangepicker .input-mini{
  border-radius: 0px;
}
.daterangepicker .input-mini.active {
  border: 1px solid #192942;
  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,
.info-msg {
  /*#448AFF */
  background-color:#d74547;
  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;
  position:relative;
  margin-bottom: -60px;
  z-index:500}
  
  
  .alert-msg i,
  .success-msg i,
  .info-msg i
  {
  font-size:18px;
  vertical-align: middle;
  margin-right:5px;
  margin-top:-3px;}
  
  .alert-msg button.close,
  .success-msg button.close,
  .info-msg button.close {
  position:absolute;
  right:8px;
  top:8px;
  opacity:0.7}
  
  .alert-msg button.close i,
  .success-msg button.close i,
  .info-msg button.close i {
  font-size:20px;
  color:#fff;}
  
  .alert-msg button.close:hover i,
  .success-msg button.close:hover i,
  .info-msg button.close:hover i {
  color:#fff;
  opacity:1;}

  .alert-msg a,
  .success-msg a,
  .info-msg a {
  color:#fff;
  text-decoration: underline; }
  

.success-msg {
    background-color:#34c73b;
}

.info-msg {
    background-color:#448AFF;
}



/* 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;
}


/*********** 21 . Global PAGES Symes *********/


/* 21.1 Page Overview */

.overview .item {
    padding-left: 5px;
    padding-right: 5px;
}

.overview .widget-panel-container .container-listing {
	margin-top:10px;
	/*max-height: 72vh;*/
	overflow-y: auto;
	padding-bottom:40px
}
.overview .widget-panel-container .listing-alerts {
	margin:auto;
}

/* widget */
.overview .widget-panel-container .widget-panel {
	/*min-height:130px*/
    margin-bottom:11px;
}
.overview .widget-panel-container .widget-style-2 {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}

.overview .widget-panel-container .widget-title {
	text-align:center;
	border-bottom:1px solid #eee;
	background-color:#1c2e3a;
	color:#fff;
	display:block;
	padding:10px;
	text-transform: uppercase;
	font-size:15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

 /* RED */
.overview .widget-panel-container .status-red .widget-title {
	background-color:#e1101a;
}
.overview .widget-panel-container .icon-red,
.overview .widget-panel-container .status-red .widget-text-alert ul li {
	color:#e1101a !important;
}
/* ORANGE */
.overview .widget-panel-container .status-yellow .widget-title {
	background-color:#ffbc00;
}
.overview .widget-panel-container .icon-yellow,
.overview .widget-panel-container .status-yellow .widget-text-alert  ul li {
	color:#ffbc00 !important;
}
/* GREEN */
.overview .widget-panel-container .status-green .widget-title {
	background-color:#33c73a;
}
.overview .widget-panel-container .icon-green {
	color:#33c73a !important;
}
/* BLUE */
.overview .widget-panel-container .status-blue .widget-title {
	background-color:#448AFF;
}
.overview .widget-panel-container .icon-blue,
.overview .widget-panel-container .status-blue .widget-text-alert ul li {
	color:#448AFF !important;
}
/* GREY */
.overview .widget-panel-container .status-grey .widget-title{
	background-color:#1d2e3a;
}
.overview .widget-panel-container .icon-grey {
	color:#1d2e3a !important;
}
/* GREY (DISABLED) */
.overview .widget-panel-container .status-disabled {
    opacity: 0.7;
}
.overview .widget-panel-container .status-disabled .widget-title{
    background-color: #ababab;
}
.overview .widget-panel-container .icon-grey {
    color:#ababab !important;
}


.overview .widget-panel-container .widget-style-2 i {
    font-size:25px;
}
.overview .widget-panel-container .widget-style-2 i.right {
    right:32px;
}
.overview .widget-panel-container .widget-style-2 i.icon-offline {
	color:#000;
	right:3px;
}

.overview .widget-panel-container .widget-style-2 i.icon-battery {
	color:#000;
	right:3px;
}

/* icon offline*/
/*
.overview .widget-panel-container .widget-style-2 .widget-title i.icon-offline {
	font-size:25px;
	color:#fff;
	line-height: 35px;
	height:30px;
    width: 30px;
    background-size: contain;
	background-image: url('/img/icon/icon-offline.png');
}
*/

.overview .widget-panel {
	border:0px;
}
.overview .widget-panel-container .widget-content {
	padding:0 0px;
	height: 60px;
	line-height: 55px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 1px solid #e0e0e0;
    border-top: 0px;
	/*padding-bottom:15px;*/
	cursor:pointer;
	display:block;
	position:relative;
}
.overview .widget-panel-container .widget-content-message {
	text-align:center;
	width:100%;
	color:#000;
	/*padding-top: 0px;*/
	/*position:absolute;*/
	line-height:1.5;
	vertical-align:middle;
	display: inline-block;
	
}
.overview .widget-panel-container .alert-list-message {
	color: #a0a0a0;
}

.overview .widget-panel-container .widget-content ul {
	margin-top:0px;
	padding-left: 0px;
	vertical-align: middle;
	margin-top:3px;
	
}
.overview .widget-panel-container .widget-content ul li {
	font-weight:500;
	color:#e1101a;
	text-align:center;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 15px;
	border-top:1px solid #e0e0e0;
	padding-bottom:11px;
	padding-top:15px;
}

.overview .widget-panel-container .widget-content ul li:first-child {
	border-top:0px;
	margin-top:-10px;
}
.overview .widget-panel-container .widget-content.widget-content-list ul li:last-child {
	border-bottom:1px solid #e0e0e0;
}

.overview .widget-panel-container .widget-content ul li span {
	display:block;
	margin-bottom:2px;
}


.overview .widget-panel-container .widget-content-list {
	overflow-y:hidden;
	height: 60px;

}
.overview .widget-panel-container .widget-content-list .widget-content-message{
	/*padding-top:10px;*/
}
.overview .widget-panel-container .widget-content-list .widget-containter-list {
	max-height: 60px;
	padding-top: 2px;
	overflow-y: auto;
	overflow-x: hidden;
	
}

.overview .widget-panel-container .widget-content-list .widget-alert-btn{

	display:block;
	height: 40px;
	line-height: 40px;
}

.overview .widget-panel-container .widget-content-list .global-text-alert {
    line-height: 30px;
}


.overview .widget-panel-container .widget-text-alert{
	text-align:center;
	color:#000;
	font-size:14px;
	text-transform: uppercase;
	color: #a0a0a0;
	font-weight:400;
	margin-top: 4px;
}

.overview .widget-panel-container .widget-text-alert .alert-list-message {
	display:block;
	margin-bottom:3px;
	font-weight:normal;
}


.overview .widget-panel-container .widget-alert-list-message {
    color: #a0a0a0;
	line-height:20px;
	font-size:13px
}


.overview .widget-panel-container  .widget-style-2 i {
	font-size: 28px;
	position:absolute;
	right:5px;
	top: 0px;
	margin-top:0px;
	margin-right:0px;
	color: #bfbfbf;
	padding: 3px 10px;
}
.overview .widget-panel-container  .widget-style-2 h2 {
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 8px !important;
  color:#333;
}

.overview .widget-panel-container .widget-style-2 .text-muted {
	font-size:17px;
}

/* overview modal aquittement */
.modal-acquitte .modal-list-alert {
}
.modal-acquitte .modal-confirmtext {
    color: #333;
	font-weight:500;
}
.modal-acquitte .modal-list-alert ul {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top:5px;
	padding-bottom:15px;
	margin-left:0px;
	padding-left:0px;
	padding-top:15px;
	
	
}
.modal-acquitte .modal-list-alert ul li {
	list-style: none;
	line-height:20px;
}
.modal-acquitte .modal-list-alert ul li span {
	display:block;
}
.modal-acquitte .modal-list-alert ul li span.alert-list-message{
	font-weight:normal;
	display:inline-block;
}
.modal-acquitte .modal-list-alert ul li span.alert-line-message {
	text-transform: uppercase;
	font-weight:500;
	margin-left:20px;
	display:inline-block;
}
.modal-acquitte .panel-body {
	position:relative;
	min-height:100px;
}

.modal-acquitte .status-red {
	color:#e1101a;
}

.modal-acquitte .modal-multiple-acquitte {
	display:none;
}


/* overview localisation*/
.localisation .panel-map .panel-body{
    padding: 20px 20px;
}


/* 21.2 Page stats */
.stats .portlet .portlet-body {
	position:relative;
}
.stats .portlet .portlet-heading {
	border-bottom:1px solid #eee;
}

.stats .widget-panel {
  padding: 26px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #E6EBEC;
  max-height:138px;
}

.stats .pane-body {
  padding:50px
}
.stats h1 {
  color:#333;
  font-size:85px
}
.stats h1 span {
  font-size:85px;
  color:#448AFF
}
.stats .home-contain {
  display:block;
  width:100%;
}
.stats .home-contain h4 {
  font-size:16px;
  color:#333;
  font-weight:400;
  font-family: roboto
}
.stats .alert-list .list-group-item {
	padding:0px;
	border:0px;
	border-bottom:1px solid #eee;
	margin-bottom:0px;
}

.stats .alert-list .list-group-item a {
    display: block;
    padding: 10px 15px;
}
.stats .alert-list .list-group-item:hover {
	background-color: rgba(245,245,245,.75)!important;
	
}

.stats .alert-list .label-alert {
	width:65px;
	padding:0.3em 0.5em;
	line-height: 15px;
	display:inline-block;
	vertical-align: top;
}

.stats .alert-list .label-badge {
	display:table-cell
}
.stats .alert-list .infoalert {
	margin-left:10px;
	vertical-align: top;
	display:table-cell;
	padding-left:20px;
}


.stats .tabsline {
    border-bottom: 1px solid #eee;
    position: relative;
}
.stats .btn-selecttype {
	margin-top:10px;
	padding-left: 0px;
}
.stats .btn-selecttype  li {
    list-style: none;
    float: left;
}
.stats .tab-content {
	/*
	border-top:1px solid #eee;*/
}

.stats .nav.nav-tabs>li.active>a {
	border-top:2px solid #d84548;
}


/* footer portlet */
.stats .portlet-footer {
	border-top:1px solid #eee;
	height:40px;
}
	/* dropdown */
	.stats .portlet-footer .btn-dropup {
		float:left;
	}
	
	.stats .portlet-footer .dropup .caret {
		margin-left:5px
	}
	
	.stats .portlet-footer .dropup .dropdown-menu {
		margin-bottom:0px;
	}
	
	.stats .portlet-footer .btn-dropup button,
	.stats .portlet-footer .btn-dropup button:hover,
	.stats .portlet-footer .btn-dropup button:active {
		border:0px !important;
		background-color:#fff;
		height:39px;
		color:#304552;
	}
	
	.stats .portlet-footer .btn-dropup ul li.active a {
		background-color:#304553;
		color:#fff;
	}
	.stats .portlet-footer .btn-dropup ul li:hover a {
		background-color:#304553 !important;
		color:#fff;
	}
	
	.stats .portlet-footer .btn-dropup ul li>a:hover,
	.stats .portlet-footer .btn-dropup ul li>a:active,
	.stats .portlet-footer .btn-dropup ul li>a:focus {
		background-color:#304553 !important;
	}
	
	
	/*link */
	.stats .btn-more {
		float:right;
	}
	.stats .btn-more a,
	.stats .btn-more a:hover {
		display:block;
		height:39px;
		line-height:25px;
		color:#304552;
		text-decoration: none !important;
		text-decoration-line: none;
		outline: none !important;
	}
	
	.stats .btn-more:hover {
		background-color:rgba(245,245,245,.75);
	}
	.stats .btn-more a i {
		margin-left:5px;
		font-size:11px;
	}
	
/* home modal welcome*/
.modal-welcome {
	width:60%;
	max-width:1000px;
	overflow:initial !important;
	top:40%;
}
.modal-welcome h4 {
	margin-bottom:30px;
}
.modal-welcome .modalcontent {
	font-family: 'Roboto', sans-serif !important;
	font-size:17px;
	padding-left:20px;
	padding-right:20px;
	color:#333;
}
.modal-welcome .modalcontent p {
	color:#000;
	line-height:30px;
	font-size:18px;
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.modal-welcome .modal-list {
	margin-top:30px;
	margin-bottom:50px;
}
.modal-welcome ul li {
	color:#000;
	text-align: left;
	list-style : none;
	line-height:40px;
}
.modal-welcome ul li:before {
	content: "\f121";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #448AFF !important;
	margin-right:20px;
}
/* 21.3 login page */

.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);
}

.dropdown-menu {
  border-radius:0px;
}

.panel-heading img {
  max-height:220px;
}

/* tableoption tooltips */
.tableoptions .btn {
    height: 38px;
    line-height: 25px;
}
.tableoptions .btn i {
	font-size:17px;
    vertical-align:middle;
    margin-top:-3px;
}
.tableoptions {
  padding: 7px 0px 0px 0px;
}
.tableoptions .form-group {
  margin-bottom:0px;
}
.tableoptions  .popover  {
  background: #448AFF!important;
  color:#fff;
}
.tableoptions .popover.right .arrow:after {
  border-right-color:#448AFF;
}
.tableoptions select {
  height:38px;
}

.tdtooltips {
  display: inline-block;
}

.tooltip .tooltip-inner {
    border-radius:0px !important;
	opacity:1;
	background-color:#1c2e3a;
}
.tooltip.top .tooltip-arrow {
	opacity:1;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#1c2e3a;
}
.tooltip.right .tooltip-arrow {
    border-right-color:#1c2e3a;
}
.tooltip.left  .tooltip-arrow {
	border-left-color:#1c2e3a;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#1c2e3a;
}

/* 21.4 Devices / details Pages */
.iconalert {
  font-size: 15px !important;
  color: #448AFF;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  margin-bottom:2px;}
  
.iconalert-batt {
  font-size: 15px !important;
  color: #448AFF;
  display: inline-block;
  margin-top: 7px !important;
  margin-left: 2px;
  vertical-align: top;}
  
.iconcalendar {
    margin-left: 5px !important;;
    margin-left: 10px !important;;
    margin-right: 0px !important;;

    font-size: 19px !important;
	line-height: 22px;
	vertical-align: bottom;
	text-align:right;
	color: #000;
}

.date-icon:hover .iconcalendar {
	color: #000
}

.date-icon.sorting_desc {
	background:none !important;
}

/* 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:4px !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:4px !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:4px !important;
  margin-bottom:5px;
  padding:5px 13px 4px 13px;
  border:1px solid #E6EBEC;
  height:38px;
  color:#192942;
  borer-radius:2px;
}

.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 #448AFF;
}
.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 #448AFF;
    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;
}

/* tools search*/
.tools-search {
	padding:7px 0px 0px 0px;
	max-width:350px;
}
.tools-search button {
	border:1px solid #192942 !important;
}
.tools-search .btn-search {
	border:2px solid #192942 !important;
}
/*

.table-datatable-detail .table>thead>tr>th {
  width:auto !important;
  min-width:120px;
}
*/

/* 21.5 Settings */

.form-settings .configopt .panel-heading h4 .switch {
  float:right  
}



.form-settings .configopt .panel-title {
  font-weight: 500;
  font-size: 14px;
  /*color: #333333;*/
  color:#000000;
  /*padding-left:38px;*/
  padding-left:3px;
  display: block
  }
  

.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 .panel-heading {
	background-color:#f6f8f8;
}

.configopt-title {
    color: #1b2a41;
    margin-top: 25px;
    font-size: 15px;
    font-weight:500;
    margin-bottom:3px
}

.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 .control-label {
  font-weight:normal;
  vertical-align:middle;
  line-height:32px;
}

.configopt i.setting-inf {
  font-size:16px;
  cursor:pointer
}

i.setting-warning {
  font-size:20px;
  color:#448AFF;
}

i.setting-info {
  font-size:20px;
  color:#448AFF;
}

.configopt i.setting-info {
  font-size:19px;
  color:#8d95a0;
  cursor:pointer;
}

.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: #9fa4ab;
  -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 .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 .permissions label i {
	margin-right:10px;
}
.configopt .permissions .permissionuser {
	display:none;
}
.configopt .permissions .subcheck {
	margin-bottom:5px;
}
.configopt .permissions .subcheck:before {
	content : '\f112';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
	color:#b7b7b7;
	margin-top:-2px;
}
.configopt .table-permission {
	border:1px solid #ccc !important;
}
.configopt .table-permission th,
.configopt .table-permission td {
	font-weight:500;
	color:#333;
	border-right:1px solid #ddd !important;
	/*border-right:1px solid #ccc !important;*/
}
.configopt .table-permission th {
	border-top:1px solid #ddd !important;
}

.configopt .config-tors {

}

/*
.configopt .config-tors label {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
*/

.configopt .config-tors .legend {
	color:#333;
	font-weight:500;
}

.configopt .config-tors  .form-group > .tor-border  {
	border-right:1px solid #ddd;
}

.configopt .config-tors  .form-group  {
	margin-bottom:5px;
}

.configopt .config-tors hr {
	margin-top:0px;
	margin-bottom:7px;
}

.configopt .text-danger b {
	line-height:20px;
	display:block
}

.configopt .config-tors .form-group .vertical-align-center {
	margin-top:20px;
}

.configopt .config-tors .torlabelinselect {
	display:none !important;
}



.configopt .coordonate {

}

.configopt .coordonate .span1{
	width:60px;
	display: inline-block;
}
.configopt .coordonate [class*="span"] {
    float: left;
    margin-left: 20px;
}

.configopt .coordonate .dmslabel {
	font-size:11px;
	margin-bottom : 0px;
	line-height:10px;
	margin-top: -20px;
}
.configopt .coordonate input,
.configopt .coordonate select {
	margin-top: -10px;
}
.configopt .coordonate .alert {
	background-color: #d34a4d;
	border-radius:0px;
	color:#fff;
}
.configopt .coordonate .alert i {
	color:#fff;
	font-size: 20px;
	margin-right:15px
}


/*
.modal.modal-addsite .CaptionCont  {
	display:none;
}
.modal.modal-addsite .optWrapper {
    top: 0px;
    display: block !important;
	position: relative !important;
}
*/
.modal.modal-addsite .SumoSelect {
	width:100% !important;
}
/*
.modal.modal-addsite .SumoSelect>.optWrapper {
	box-shadow:none;
	border: 1px solid #eee;
    border-radius: 2px;
}
*/





/* 21.6 page renew (subscription) */

.panel-subscription h2 {
	color:#333;
	font-size:15px;
	padding-left:7px;
	margin-top:10px;
	font-weight:normal;
	text-decoration:underline;
}

.panel-subscription h4.title {
	padding-bottom: 15px;
    border-bottom: 1px solid #eee;
	cursor:pointer;
	color:#717171;
	font-weight:400;
}

.panel-subscription .total-price {
	color:#333;
	padding-right:20px;
	padding-top:0px;
	min-height: 25px;
}

.panel-subscription .table-renew-sigfox tbody tr,
.panel-subscription .table-renew-server tbody tr {
	cursor:pointer;
}

.panel-subscription .table-renew-sigfox tbody tr td i {
	color:#999;
	font-size:11px;
}
.panel-subscription .table-renew-sigfox>tbody>tr>td {
	padding-left: 20px;
    padding-right: 20px;
}
.panel-subscription .table-renew-server>tbody>tr>td {
    vertical-align: middle;
	padding-left: 20px;
    padding-right: 20px;
}

.panel-subscription .listsubject {
	margin-left:0px;
	padding-left:0px;
	list-style-type: none;
	max-height:250px;
	
}
.panel-subscription .listsubject > div.line-subject {
	line-height:40px;
	border-bottom:1px solid #eee;
	padding-left:10px;
	color:#333;
	font-size:14px;
	/*background-color:#f5f5f5;*/
	position:relative;
}

.panel-subscription .listsubject > div.line-subject i {
	margin-right:10px;
	font-size: 17px;
}

.panel-subscription .listsubject > div.line-subject span.subjectname {
	padding-left:12px;
}

.panel-subscription .listsubject > div.line-subject span.price {
	right:10px;
	position:absolute;
	padding-right:10px;
}
.panel-subscription .listsubject > div {
	position:relative;
}
.panel-subscription .listsubject > div .label  {
	color:#999;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	right:100px;
	line-height:27px;
}

.panel-subscription .title-collapse span {
	font-size:13px;
}

.panel-subscription .panel-body {
    padding: 0px 0px;
	margin-bottom:-1px;
	position:relative;
}
.panel-subscription .panel-body h4.title {
    padding-left:15px;
	margin-top:0px;
	padding-top:14px;
	padding-bottom:14px;
	background-color: #fbfafa;
	text-transform: uppercase;
	font-size:15px;
	
}
.panel-subscription .panel-body h4.title i {
    position:absolute;
	right:18px;
}
.panel-subscription .panel-body h4.title span {
    font-size:10px;
}


.panel-subscription .panel-body h4.title .collapse-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;
    top: 15px;
	color:#000;
	ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-subscription .panel-body h4.title .collapse-arrow:before {
    content: '\f2fb';
}

.panel-subscription .panel-body h4.title.collapsed .collapse-arrow {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.subtotal > div {
	position:relative;
}
.subtotal > div .label  {
	color:#333;
	font-size:13px;
	font-weight:500;
	position:absolute;
	right:100px;
}

/* subscription checkbox and select-all menu */
.table-datatable.table-subscription th.subscription_action {
	padding-top:0px !important;
	vertical-align:middle;
}

.table-datatable.table-subscription td.subscription_action,
.table-datatable.table-subscription th.subscription_action {
    width: 73px !important;
	min-width:73px !important;
	position:relative !important;
}

.table-datatable.table-subscription td.alert_status,
.table-datatable.table-subscription th.alert_status {
    width: 120px !important;
}

.table-datatable.table-subscription 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-subscription th .select-all span {
    margin-right: 5px;
}

.table-datatable.table-subscription 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-subscription .row-select-all th .btn {
	display:inline-block;
	height:36px;
	margin-top: -1px;
}

.table-datatable.table-subscription th .select-all input {
    visibility: hidden;
    display: none;
}
.table-datatable.table-subscription 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-subscription 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:#448AFF;
	transform:none;
}

.table-datatable.table-subscription .alertcontact a {
	display: inline-block;
}

.table-datatable.table-subscription .alertcontact i {
	margin-right:10px;
	font-size:17px;
}

.subscription_renew {
	text-align:right;
}

.table-datatable .row-select-all {
	border-bottom:1px solid #eee;
}

/* 21.7 page order (sms) */

.panel-order h2 {
	color:#333;
	font-size:15px;
	padding-left:7px;
	margin-top:10px;
	font-weight:normal;
	text-decoration:underline;
}

.panel-order h4.title {
	padding-bottom: 15px;
    border-bottom: 1px solid #eee;
	cursor:pointer;
	color:#717171;
	font-weight:400;
}

.panel-order .total-price {
	color:#333;
	padding-right:20px;
	padding-top:0px;
	min-height: 25px;
}

.panel-order .table-renew-sigfox tbody tr,
.panel-order .table-renew-server tbody tr {
	cursor:pointer;
}

.panel-order .table-renew-sigfox tbody tr td i {
	color:#999;
	font-size:11px;
}
.panel-order .table-renew-sigfox>tbody>tr>td {
	padding-left: 20px;
    padding-right: 20px;
}
.panel-order .table-renew-server>tbody>tr>td {
    vertical-align: middle;
	padding-left: 20px;
    padding-right: 20px;
}

.panel-order .listsubject {
	margin-left:0px;
	padding-left:0px;
	list-style-type: none;
	max-height:250px;
	
}
.panel-order .listsubject > div.line-subject {
	line-height:40px;
	border-bottom:1px solid #eee;
	padding-left:10px;
	color:#333;
	font-size:14px;
	/*background-color:#f5f5f5;*/
	position:relative;
}

.panel-order .listsubject > div.line-subject i {
	margin-right:10px;
	font-size: 17px;
}

.panel-subscription .listsubject > div.line-subject span.subjectname {
	padding-left:12px;
}

.panel-order .listsubject > div.line-subject span.price {
	right:10px;
	position:absolute;
	padding-right:10px;
}
.panel-order .listsubject > div {
	position:relative;
}
.panel-order .listsubject > div .label  {
	color:#999;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	right:100px;
	line-height:27px;
}

.panel-order .title-collapse span {
	font-size:13px;
}

.panel-order .panel-body {
    padding: 0px 0px;
	margin-bottom:-1px;
	position:relative;
}
.panel-order .panel-body h4.title {
    padding-left:15px;
	margin-top:0px;
	padding-top:14px;
	padding-bottom:14px;
	background-color: #fbfafa;
	text-transform: uppercase;
	font-size:15px;
	
}
.panel-order .panel-body h4.title i {
    position:absolute;
	right:18px;
}
.panel-order .panel-body h4.title span {
    font-size:10px;
}


.panel-order .panel-body h4.title i {
    position:absolute;
	right:18px;
}
.panel-order .panel-body h4.title span {
    font-size:10px;
}


.panel-order .panel-body h4.title .collapse-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;
    top: 15px;
	color:#000;
	ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-order .panel-body h4.title .collapse-arrow:before {
    content: '\f2fb';
}

.panel-order .panel-body h4.title.collapsed .collapse-arrow {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.subtotal > div {
	position:relative;
}
.subtotal > div .label  {
	color:#333;
	font-size:13px;
	font-weight:500;
	position:absolute;
	right:100px;
}

.panel-order .orderaddress {
	list-style: none;
	line-height:25px;
	padding-left:10px;
	margin-bottom:15px;
	color:#333;
}

.panel-order .link-update {
	margin-right:10px;
}

.panel-order .zoneedit {
	display:inline-block;
	margin-bottom:5px;
}

.panel-order .company {
	font-weight:500;
}

.panel-order .error_messages  {
	padding-left:0px;
	margin-left:20px;
}
.panel-order .error_messages li {
	font-weight:500;
}

/* 21.8 orders Page CB paybox */

.panel-order-cb {
}

.panel-order-cb h3 {
	color:#333;
	margin-bottom:10px
}

.panel-order-cb .table-transaction td:first-child {
	width:150px;
	
}


/* 21.9 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;
}

.label-alert {
	padding: 0.4em 1.5em 0.1em 1em;
	/*width:120px;*/
	display: inline-block;
	line-height:19px;
	border-radius:2px;
	font-size:12px;
}
.label-alert i {
	font-size:15px;
	color:#ffffff;
	vertical-align:middle;
	margin-bottom:4px;
	margin-right:5px;
	float:left;
	margin-top:1px !important;
}
.label-success.label-alert {
    background-color: #304553;
}

.label-danger.label-alert {
    background-color: #e1101a;
}




/* 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:#448AFF;
	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 {
	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;
}

/* 21.10 Administration  */

.table-datatable.table-admin td {
	vertical-align:top !important;
}
.table-datatable.table-admin-users  .subaccount {
	position:relative;
}
.table-datatable.table-admin-users  .subaccount td:first-child { 
    padding-left: 0px;
}

.table-datatable.table-admin-users  .subaccount td:first-child {
    width: 20px !important;
    min-width: 20px !important;
}

.table-datatable.table-admin-users td i.arrow-sub-dir {
    
	position:absolute;
	left:15px;
	top:0px;
    
    height:20px;
    width: 20px;
    background-size: contain;
	background-image: url('/img/icon/icon-subdirectory.png');

}

.table-datatable.table-admin-users  .subaccount td {
	position:relative;
}
.table-datatable.table-admin-users  .subaccount td i.arrow-sub-dir {
	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;
}
.tdclientzone ,
.bg-zone-client {
	background-color:#fcf8e3;
}

/* 21.11 Configuration */

/* config site */
.table-datatable.table-config th.bg-zone-site{
	/*background-color:#d9edf7;*/
	/*
	background-color:#448AFF;
	color:#fff;*/
	
	
	background-color:#ffffff;
	color:#333;
	
}

.table-datatable.table-config th.bg-zone-sitesigfox {
	/*background-color:#fcf8e3;*/
	/*
	background-color:#448AFF;
	color:#fff;
	*/

	width:280px  !important;;
    min-width:280px !important;
	background-color:#ffffff;
	color:#333;
	
}



.table-datatable.table-config td:first-child,
.table-datatable.table-config th:first-child {
	/*
	border-left:1px solid #eee;
	*/
}
.table-datatable.table-config .zonetable th {
	background-color:#f6f8f8;/*#448AFF*/;
	color:#000;
	font-size: 14px;
}
.table-datatable.table-config .zonetable th:first-child {
	border-right:1px solid #000;
}

.table-datatable.table-config .zonetable th:nth-child(2)  {
    min-width:540px;
    width:540px;
}

.table-datatable.table-config .zonetable,
.table-datatable.table-config .labels,
.table-datatable.table-config .filters{
		/*border-right:1px solid #eee;*/
}
.table-datatable.table-config .zonetable .bg-zone-sitesigfox {
}
.table-datatable.table-config td.separator-col,
.table-datatable.table-config th.separator-col{
	/*
	border-right:15px solid #fff ;
	box-shadow: inset -1px 0px 0 #eee;
	*/
	border-right:1px solid #000;
}
.table-datatable.table-config td:nth-child(5),
.table-datatable.table-config th:nth-child(5){
	/*
	border-left:15px solid #fff ;
	box-shadow: inset 1px 0px 0 #eee;
	*/
	padding-left: 25px;
}

.table-datatable.table-config .sigfoxid-col {
	width:180px;
}

.table-datatable.table-config .status-col {
	width:150px;
}

.table-datatable.table-config .configname-col {
	width:300px;
}
.table-datatable.table-config .configdescr-col {
	width:300px;
}
.table-datatable.table-config .editsubjectname {
	padding-right:40px;
}

.table-datatable.table-config .editdescription {
	padding-right:40px;
}


.table-datatable.table-config .action-col {
	width:50px;
}

.table-datatable.table-config td.action-col {
	padding-top:0px !important;
	padding-bottom:0px !important;
	text-align:right;
}
.table-datatable.table-config .assoc-col {
	width:50px;
}
.table-datatable.table-config td.assoc-col {
	padding-top:0px !important;
	padding-bottom:0px !important;
	text-align:right
}
.table-datatable.table-config td.assoc-col-select {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.table-datatable.table-config .action-col a,
.table-datatable.table-config .assoc-col  a{
	display:inline-block;
	padding:1px 5px 1px 5px;
	margin-right:5px;
	border:1px solid #eee;
	height: 35px;
    width: 40px;
    line-height: 33px;
    background-color: #fff;
	border:1px solid #eee;
	border-radius:2px;
	text-align:center;
}
.table-datatable.table-config .action-col a:last-child,
.table-datatable.table-config .assoc-col a:last-child {
	margin-right:0px;
}
.table-datatable.table-config .action-col a i,
.table-datatable.table-config .assoc-col  a i{
	vertical-align:middle;
	color:#1c2e3a !important;
}
.table-datatable.table-config .addsite-submit {
	margin-right:7px;
}
.table-datatable.table-config .addsite-cancel {	
}

/* config device */
.table-datatable.table-config-device .action-col a:last-child {
	margin-right:0px;
}
.table-datatable.table-config-device .action-col {
	width:50px;
}
.table-datatable.table-config-device td.action-col {
	padding-top:0px !important;
	padding-bottom:0px !important;
	text-align:right
}
.table-datatable.table-config-device .action-col a{
	display:inline-block;
	padding:1px 5px 1px 5px;
	margin-right:5px;
	border:1px solid #eee;
	height: 35px;
    width: 40px;
    line-height: 33px;
    background-color: #fff;
	border:1px solid #eee;
	border-radius:2px;
	text-align:center;
}
.table-datatable.table-config-device .action-col a:last-child {
	margin-right:0px;
}
.table-datatable.table-config-device .action-col a i {
	vertical-align:middle;
	color:#1c2e3a;
}
.table-datatable.table-config-device .action-col a i.disabled {
    color: #b7c5ce;
}
.table-datatable.table-config-device .sm-col {
	width:220px !important;
	
}


.default-col-hide {
	display:none;
}



/* 21.12 Schedule  */

.config-schedule .form-group {
    margin-bottom:0px;
}
.config-schedule .form-group .input-group  {
	margin-bottom:3px;
}
.config-schedule .form-group .input-group .selecttime {
	display:inline;
	min-width: 30px !important;
	width:45%;
	padding-right: 10px;
}
.config-schedule .input-group-addon {
    color: #000000;
    text-align: center;
    background-color: #f6f8f8;
}

.selects-first-zone,
.selects-second-zone {
	/*position:relative;*/
	display:inline-block;
	width:50%;
}
.in-input-label-hours {
	color:#ccc;
	position:absolute;
	right:50%;
	z-index:10;
}

.in-input-label-minutes {
	color:#ccc;
	position:absolute;
	right:0;
	z-index:10;
}

.config-schedule .form-select:after {
	z-index:10;
}

.config-schedule .input-group .selecthours {
	border-left:0px;
	border-right:0px;
}

.config-schedule .input-group .selecthours { text-align-last: center; }
.config-schedule .input-group .selectminutes { text-align-last: center; }

.config-schedule .input-group .selectminutes {
	/*
	border-right:0px;*/
}


/* 21.13 Astreintes */
/* calendar */

.astreintes .calendar {
  margin-bottom: 0px;
  width:100%;
}

.astreintes .calendar-submit {
	border-top:1px solid #eee;
	width:100%
}

.astreintes .calendar-btn-export {
	/*margin-right:20px;*/
}
.astreintes .calendar-btn-export i {
	margin-right:5px;
	font-size:14px;
}

.astreintes .calendar-btn-config {
	margin-right:4px;
}
.astreintes .calendar-btn-config i {
	font-size: 17px;
    margin-right: 5px;
}



.astreintes  .calendar-submit-btn {
	display:none;
}

.astreintes .fc-toolbar {
  margin-bottom: 5px;
}

.astreintes .fc-toolbar h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  color:#333;
}

.astreintes .fc-button-group button {
	border-radius:0px;
	border-color:#e0e0e0;
}
.astreintes .fc-day {
  background: #FFF;
}

.astreintes .fc-toolbar .fc-state-active,
.astreintes .fc-toolbar .ui-state-active,
.astreintes .fc-toolbar button:focus,
.astreintes .fc-toolbar button:hover,
.astreintes .fc-toolbar .ui-state-hover {
  z-index: 0;
}



.astreintes .fc th.fc-widget-header {
	background: #f6f8f8;
	color:#000000;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px 0px;
}

.astreintes .fc-button {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
  text-transform: capitalize;
}

.astreintes .fc-text-arrow,
.astreintes .fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.astreintes .fc-state-hover {
  background: #F5F5F5;
}

.astreintes .fc-state-highlight,
.astreintes .fc-cell-overlay {
  background: #F0F0F0;
}


.astreintes .fc-event {
	font-size: 14px;
	padding: 4px 8px;
	text-align: left;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	padding-left:10px;
}
.astreintes .fc-event .fc-title b {
	color:#fff;
}
.astreintes .fc-event .fc-title .title {
	font-size:12px;
	font-weight : 400;
}
.astreintes .fc-event .fc-title .details {
	font-size:12px;
}
.astreintes .fc-event .details{
	display:none;
}
.astreintes .fc-event .fc-time{
	display:none;
}
.fc-event .ev-time-start {
	font-size: 12px;
    font-weight: 400;
}
.fc-event .ev-time-end {
	float:right;
	font-size: 12px;
    font-weight: 400;
}
/*
.astreintes .fc-event:before {
	content: "\f263";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:10px;
}
*/

.astreintes .fc-event-container .fc-event:before,
.astreintes .fc-event.fc-dragging:before {
	display:none;
}

.astreintes .fc-event.fc-dragging i {
	display:none;
}
.fc-event.fc-dragging {
	border-radius:0px;
	line-height:30px;
	vertical-align:middle;
	padding-left:10px;
	font-size:12px;
	line-height:28px;
	height:28px !important;
	border-radius:2px;
	border:0px;
	color:#333 !important;
	border:1px solid #ccc;
	background-color:#FFFFFF;
}
.fc-event.fc-dragging i {
	float:right;
	margin-right:9px;
	margin-top:4px;
	font-size:18px;
}

.astreintes .calendar {
	position:relative;
}

.astreintes .calendar-zone {
	width:auto;
	margin-left:260px;
	margin-right:20px;
	border-left:1px solid #eee;
	padding-left:15px;
}
.astreintes .calendar-event-zone {
	position:absolute;
    left: 0px;
    width: 245px;
}
.astreintes .calendar-event-zone .emptyuser{
	border:1px dashed #ccc;
	padding:10px;
}
.astreintes .new-event-form {
  margin-bottom: 20px;
}

.astreintes .fc-ltr .fc-basic-view .fc-day-number {
  padding: 5px 6px;
}

.astreintes .list-users {
	margin-top:0px;
}
.astreintes .list-users h4 {
	color:#1c2e3a;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.astreintes .list-users h4 i{
	float:right;
	font-size:18px;
	color:#1c2e3a;
}
.astreintes .list-users h4 i:hover{
	color:#448AFF;
}

.astreintes .list-users .fc-event {
	padding: 8px 8px;
	color:#333;
	border-radius:2px;
	border:1px solid #ccc;
	cursor: move;
}
.astreintes .list-users .fc-event i {
	float:right;
	margin-right:5px;
	font-size:18px;
    
}

.astreintes .list-users .fc-event i.square {
    height:18px;
    width:18px;
    background-color:#eee;
    border-radius:4px;
    
}

.astreintes .list-users .list-users-contacts {
	position:relative;
}

.astreintes .astreintes-config {
	
}

.astreintes .fc-unthemed td.fc-today {
	background-color:rgba(243,217,30,0.3);
	/*background: #fcf8e3;*/
}
.astreintes .fc-button-primary:focus {
	box-shadow: none;
}

.astreintes .fc-highlight { /* when user is selecting cells */
	background: #A5EFA7 !important;  /*#bce8f1;*/
	opacity: 0.5;
	filter: alpha(opacity=50); /* for IE */
}
/*
.astreintes .astreintes-config i {
	font-size:22px;
	margin-right:20px;
}
*/



/*
.astreintes .btn-close:after {
	content: "\f129";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right:10px;
	position:absolute;
	right : 3px;
	top:3px;
	color:#fff;
	z-index:1000000;
	font-size:20px;
}
*/
/* modals astreinte */
.astreintes .btn-close:hover {
	cursor:pointer;
}
/* modal astreinte sheduler */
.astreintes-schedule .input-group {
	margin-bottom:10px;
	width:100%;
}
.astreintes-schedule .input-group-addon {
	width: 20%;
}

.astreintes-schedule .form-group {	
}
.astreintes-schedule .form-group .selecttime {
	display:inline;
	min-width: 30px !important;
	width:50% !important;
	padding-right: 10px;
}
.astreintes-schedule .form-group .selectdate {


    border-right: 1px solid #eee !important;
}

.astreintes-schedule .selects-first-zone,
.astreintes-schedule .selects-second-zone {
	/*position:relative;*/
	display:inline-block;
	width:50%;
}
.astreintes-schedule .in-input-label-hours {
	color:#ccc;
	position:absolute;
	right:50%;
	z-index:10;
}

.astreintes-schedule .in-input-label-minutes {
	color:#ccc;
	position:absolute;
	right:0;
	z-index:10;
}

.astreintes-schedule .form-select:after {
	z-index:10;
}

.astreintes-schedule .input-group .selecthours {
	border-left:0px;
	border-right:0px;
}

.astreintes-schedule .input-group .selecthours { text-align-last: center; border-left: 1px solid #e0e0e0; }
.astreintes-schedule .input-group .selectminutes { text-align-last: center; }

.astreintes-schedule .input-group .selectminutes {
	/*
	border-right:0px;*/
}

.astreintes-schedule .input-group .selectdays {
	 text-align-last: center;
}

.daterangepicker.single {
	z-index:10000002;
}

.astreintes-schedule .btn-close {
	display:none;
}

.astreintes-schedule label {
	height:36px;
	
	vertical-align:middle;
	line-height:36px;
	font-weight:normal;
}

.astreintes-schedule .info {
	border-bottom:1px solid #eee;
	padding:15px 0px;
	border-radius:2px;

	padding-top: 0px;
}

/* modal astreinte add user */
.astreintes-adduser .CaptionCont  {
	display:none;
}
.astreintes-adduser .optWrapper {
    top: 0px;
    display: block !important;
	position: relative !important;
}
.astreintes-adduser .SumoSelect {
	width:100% !important;
}

.astreintes-adduser .SumoSelect>.optWrapper {
	box-shadow:none;
	border: 1px solid #eee;
    border-radius: 2px;
}


/* modal astreinte error*/
.astreintes-err .msg {
}
.astreintes-err .msg b {
	display:block;
}
.astreintes-err .msg i {
	font-size: 30px;
	float: left;
	margin-left:7px;
	margin-right:15px;
}
.astreintes-err .msg.msg-warning i {
	color:#feb300;
}


/* history*/

 /* RED */
.table-history .status-red {
	background-color:#e1101a;
}

/* ORANGE */
.table-history .status-yellow  {
	background-color:#ffbc00;
}

/* GREEN */
.table-history .status-green {
	background-color:#33c73a;
}

/* BLUE */
.table-history .status-blue {
	background-color:#448AFF;
}

/* GREY */
.table-history  .status-grey {
	background-color:#1d2e3a;
}

.table-history .tooltip {
	text-align:left;
}

.table-history .tablerowspan {
	border-left:1px solid #ddd;
}
.table-history .tablerowspan:hover {
	background-color:#fff
}
.table-history tr:hover .tablerowspan {
	background-color:#fff
}

.table-datatable.table-history td {
	vertical-align:top !important;
}


.table-datatable.table-history .alertcontact a {
	display: inline-block;
}

.table-datatable.table-history .alertcontact i {
	color:#33c73c;
	margin-right:10px;
	font-size:17px;
}

.table-datatable.table-history td.align-middle {
	vertical-align:middle !important;
}

.table-datatable.table-history .more-alerts {
	color:#1d2e3a;
	font-size:33px !important;
	/*
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);*/
}

.modal.history-export .CaptionCont  {
	display:none;
}
.modal.history-export .optWrapper {
    top: 0px;
    display: block !important;
	position: relative !important;
}
.modal.history-export .SumoSelect {
	width:100% !important;
}

.modal.history-export .SumoSelect>.optWrapper {
	box-shadow:none;
	border: 1px solid #eee;
    border-radius: 2px;
}



/* users */
.users .list_subjects {
	max-height:100px;
	display:block;
	overflow-y:auto;
}
/*
.users .assoc span {
	max-height:150px;
	overflow-y:auto;
	display:block;
}
*/
.users .popover-content {
    padding: 9px 14px;
    max-height: 200px;
	overflow-y:auto;
	cursor:pointer
}
.users .popover-close i {
	position:absolute;
	right: -10px;
    top: -25px;
}

.users  .SumoSelect .MultiControls {
	line-height: 22px !important;
}




.users label.cr-styled.disabled {
	color:#ccc;
}


.users .table-datatable td i.arrow-sub-dir {
    position: absolute;
    left: 15px;
    font-size: 19px !important;
    top: 10px;
    height:20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url('../../img/icon/icon-subdirectory.png');
    
    /*
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);*/
}

.users .table td {
	vertical-align:top !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: #162338;
  }

  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.left-panel.collapsed .navigation ul li ul {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0px;
    background-color: #162338;
    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 (min-width: 2000px) {


	.overview .item.col-xl-2 {
		width:16.6%;
	}

}


@media (max-width: 2000px) {
	.modal-welcome {
		width:60%;
		top:35%;
	}
	.stats h1 {
		font-size: 75px;
	}
	.stats h1 span {
		font-size: 75px;
	}
	#line-chart-container,
	#pie-chart-container,
	#alerts-container {
		height:300px;
	}
	
	.overview .widget-panel-container .widget-style-2 i {
		font-size: 28px;
	}
}



@media (max-width: 1700px) {
	.overview .widget-panel-container .widget-style-2 i {
		font-size: 23px;
	}
	.overview .widget-panel-container .widget-title a {
		font-size: 15px;
	}
}

	
@media (max-width: 1500px) {
	.modal-welcome {
		width:80%;
	}
	.stats h1 {
		font-size: 75px;
	}
	.stats h1 span {
		font-size: 75px;
	}
}
@media (max-width: 1400px) {
	
	/* tablette */
	.panel-default > .panel-heading {
		display:none;
	}
	.content > .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.wraper {
		padding-top: 0px;
	}
	.pager  {
		padding-left:15px
	}
    
    .panel {
        margin-bottom: 0px;
    }

	
	
	
	
	.widget-style-2 h2 {
		font-size:35px;
	}
	.widget-style-2 .text-muted {
		font-size:15px;
	}
	.widget-style-2 i {
	}
	
	.stats .alert-list .label-badge {
		display:block;
	}
	.stats .alert-list .infoalert {
		display:block;
		margin-left : 0px;
		padding-left : 0px;
		margin-top:5px;
	}
	.stats .alert-list .label-alert {
	    float:left;
		margin-right: 10px;
	}
	
	
	.overview .widget-panel-container .widget-title a {
		font-size: 13px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.overview .widget-panel-container .widget-panel {
		min-height: 100px;
	}
	.overview .widget-panel-container .widget-style-2 i {
		font-size: 20px;
	}

	
	.overview .widget-panel-container .widget-content-message {
		padding-top:0px;
	}
	.overview .widget-panel-container .widget-text-alert {
		text-align: center;
		color: #000;
		font-size: 13px;
		color: #a0a0a0;
		
	}

}
@media (max-width: 1200px) {
  

	/* page home */
	.stats .pane-body {
		 padding:10px;
	}
	.stats h1 {
		color:#333;
		font-size:51px
	}
	.stats h1 span {
		font-size:62px;
		color:#448AFF
	}
	.stats .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;
	}

	.widget-style-2 h2 {
		font-size:30px;
		font-weight:400;
	}
	


}
@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
	}
	
	.stats .widget-repartition {
		width:100%;
	}
	.stats .widget-messages {
		width:100%;
	}
	.stats .widget-alert {
		width:100%
	}
	.stats .widget-chart {
		width:100%;
	}
	.stats .widget-map {
		width:100%;
	}
	.astreintes .tableoptions.m-t-20 {
		margin-top:0px !important;
	}
	.astreintes  .calendar-event-zone {
		display:none;
	}
	.astreintes .calendar-zone {
		margin-left:0px;
		padding-right:0px;
		margin:0px;
		padding-left:0px;
	}
	.astreintes .configopt {
		border:0px;
	}
	
	.astreintes  .fc-toolbar .fc-right {
		display:none;
	}
    
    .username {
      display: none;
    }

}


@media (max-width: 768px) {

	.panel .panel-body {
		padding: 20px 10px;
	}
	/* page login */
	.wraper-container {
		padding:0px;
	}
	
	.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
	}
	

	
	.page-header h1 {
		margin-top: 0px;
	}
	.footer {
		left: 0px;
	}
	header {
		left: 0px;
	}
	.navigation ul li a i {
		float: left !important;
	}
	
	/* 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%;
	}
	.table-border {
		position: relative;
		border: 1px solid #eee;
		padding: 0px 0px;
	}
	/* 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;
	}
	.daterangepicker .ranges ul {
		width: 100%;
	}
	
	/* page home */
	.stats .pane-body {
		padding:10px;
	}
	.stats h1 {
		color:#333;
		font-size:41px
	}
	.stats h1 span {
		font-size:40px;
		color:#448AFF
	}
	.stats  {
		margin-top : 20px;
	}
	.stats .home-recap {
		display:none;
	}
	/* dahsboard */
	.stats .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*/
	.stats .home-contain {
	  display:block;
	  width:100%;
	}
	.stats .modalcontent {
		margin-bottom:40px
	}
	.stats .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;
	}
	
	/* datatable */
	.table-datatable .table>thead>tr>th.md-auto {
		width: auto !important;
		min-width:80px !important;
	}
	
	
	.table-datatable .table>thead>tr>th.sm-col {
		min-width: 80px;
		width:100px;
	}
	.table-datatable .table>thead>tr>th.md-col {
		min-width: 100px;
		padding-right: 25px;
		width:100px;
	}
	
	.table-datatable .table>thead>tr>th.md-col.md-col-name {
		min-width:150px !important;
	}
	
	.table-datatable .table>thead>tr>th.sm-col-date {
		min-width: 80px;
		padding-right: 20px;
		text-overflow: ellipsis;
		width:100px;
	}
	
	.table-datatable .table>thead>tr>th.md-col-date {
		min-width: 120px;
		padding-right: 10px;
		width:100px !important;
	}
	
	
	/* overview */
	.overview .panel-heading {
		display:none;
	}
	
	.overview .widget-panel-container .listing-alerts {
		padding-left:10px;
		padding-right:10px
	}
	
	
	.overview .widget-panel-container  .tools-search {
		margin-top:0px;
		margin-bottom:15px;
	}
	
	
	.overview .widget-panel-container .widget-style-2 i {
		display:block;
		font-size:25px;
		margin-top:-3px;
	}
	
	.overview .widget-panel-container .widget-content ul li {
		padding-bottom: 5px;
		padding-top: 8px;
	}
	.overview .widget-panel {
		margin-bottom: 10px;
	}
	.overview .widget-panel-container .widget-content-list {
		height: auto;
	}
	.overview .widget-panel-container .widget-content-message {
		padding-top: 0px;
	}
	
	.overview .widget-panel-container .widget-content-list .widget-containter-list {
		max-height: 180px;
		padding-top: 2px;
		overflow-y: auto;
		overflow-x: hidden;
		
	}
	.overview .widget-panel-container .widget-content-list {
		overflow-y:hidden;
		height: auto;
	
	}
	
	/*config tor */
	.configopt .config-tors .form-group select {
		min-width:30px;
		padding-right: 10px;
	}
	
	.configopt .config-tors .form-group .form-select:after {
		right: 3px;
	}
	.configopt .config-tors .form-group .tors-select {
		margin-bottom:2px;
		margin-top:10px;
	}
	.configopt .config-tors .form-group label {
		margin-bottom:-5px;
	}
	.configopt .config-tors .tor-number {
		color:#333;
		font-weight:500;
	}
	.configopt .config-tors .form-group .vertical-align-center {
		margin-top:0px !important;
	}
	
	.configopt .config-tors .form-group .torlabelinselect {
		display:inline;
	}
	
	/* scheduler */
	.config-schedule .form-group .input-group .selecttime {
		display: inline;
		min-width: 30px !important;
		width: 45%;
		padding-right: 5px;
	}
	.config-schedule .form-group {
		margin-bottom: 5px;
	}
	.config-schedule .form-control {
		padding: 5px 5px;
	}

    /* menu */
    .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;
	}
    .app-search .form-control {
    }
    
    .overview .widget-panel-container .widget-style-2 i {
        font-size:18px;
        padding: 3px 2px;
    }
    
    .overview .widget-panel-container .widget-style-2 i.right {
        right:22px;
    }
    .modal-dialog {
        width :90%;
     }

 
}

@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;
	}
	.stats .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;
	}
	.overview .widget-panel-container .tableoptions {
		display:none; /* cache btn select length*/
	}
	.overview .widget-panel-container .tools-search {
		max-width: 500px;
	}
    
    

    .top-head.p-r-20 {
        padding-right:5px !important;
    }
    .top-head .select_division {
        width:150px !important;
    }
    .top-head .top-menu li.navbar-help {
        display:none;
    }
    .top-menu li >a {
        padding: 14px 5px;
    }
    
    .tabstools .btn-selectview {
        margin-top:0px;
    }
    
}

@media (max-width: 450px) {

  .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;
  }
}
