html,
body {
  height: 100%;
  font-family: Arial;
  font-size: 12px;
  background-color: #f1f5f8;
  color: #666666;
  margin: 0px;
}
li {
  list-style: none;
}
.container,
.container-fluid {
  padding-top: 100px;
}
@media (max-width: 760px) {
  .container,
  .container-fluid {
    padding-top: 150px;
  }
}
.navbar-toggle {
  float: left;
  /*margin-top: 20px;*/
  margin-left: 15px;
}
.navmenu {
  z-index: 1;
}
.navmenu .nav:first-child {
  padding-top: 80px;
}
.navmenu .title {
  background: #444444;
  border-top: 1px solid #5e5e5e;
}
.navmenu .title label {
  font-size: 16px;
  padding: 5px;
  margin: 0px;
}
.navmenu .title .customer {
  color: #28ACDF;
}
.navmenu .title .satisfaction {
  color: #C99ECE;
}
.navmenu .title .tele {
  color: #AFD852;
}
.canvas {
  position: relative;
  left: 0;
  z-index: 2;
  min-height: 100%;
  padding: 50px 0 0 0;
  background: #f1f5f8;
}
.navbar {
  background: #4f9ae0;
  border: none;
  color: white;
  font-size: 16px;
  height: 50px !important;
  display: flex;
}
.navbar h1 {
  font-size: 24px;
  font-weight: bold;
}
#navbarspace{
    flex-grow: 1;
}
@media (min-width: 0) {
    .navbar-toggle {
    display: block;
    /* force showing the toggle */
  }
}
@media (min-width: 992px) {
  body {
    padding: 0;
  }
  .canvas {
    padding: 0;
  }
}
.nav {
  padding-left: 0px;
}
.tab-content {
  padding-top: 20px;
}
.navbar-center {
  float: left;
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
}
.navbar-right {
  margin-top: 13px;
  margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover {
  background-color: #2681d6;
  -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
}
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: #2681d6;
}
.navmenu-default {
  background-color: #333333;
  border-color: #c8c8c8;
}
.navmenu-default .navmenu-nav > .active > a {
  background-color: #c8c8c8;
}
.navmenu-default .navmenu-nav > .active > a:hover {
  background-color: #c8c8c8;
}
.navmenu-default .navmenu-nav > li > a:hover {
  background-color: #c8c8c8;
}
#logo {
  /*height: 80px;*/
  height: 40px;
  margin: 5px;
  vertical-align: middle;
  padding-right: 0px;
}
#logout {
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
#logoutForm .ico {
    font-size: 24px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -6px;
}
.footer {
  margin-top: 40px;
  width: 100%;
  height: 60px;
}
.container-fluid .text-muted {
  margin: 20px 0;
}
.footer > .container-fluid {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
.btn-primary,
.btn-success {
  background-color: #4f9ae0;
  border-color: #4f9ae0;
}
.btn-primary:hover,
.btn-success:hover,
.btn-primary:focus,
.btn-success:focus {
  background-color: #2681d6 !important;
  -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
}
.btn:hover {
  background-color: #fafafa;
}
.btn:focus {
  background-color: white;
}
.btn.disabled {
  background-color: #eeeeee;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c9302c;
  -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
}
.treesites {
  color: #666666;
}
.single .jstree-default .jstree-wholerow-clicked {
  background: #4f9ae0;
}
.single .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  color: white;
}
.popover-title {
  background-color: #eaf0f5;
}
.header {
    /*margin-top: 20px;*/
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    border-color: #ddd;
}
.username {
  margin-left: 10px;
  margin-right: 10px;
  height: 24px;
  display: inline-flex;
}
#overlay {
  position: fixed;
  z-index: 10;
  background: black;
  display: block;
  opacity: .33;
  filter: alpha(opacity=33);
  width: 100%;
  height: 100%;
}
.report {
  background-color: white;
  border: 1px solid #9E9D9D;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-radius: 20px;
}
.report form {
    padding: 20px;
}
.report .title {
  background: #eaf0f5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.report .title:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.report h1 {
  font-size: 24px;
}
.report h2 {
  font-size: 16px;
  background-color: #eaf0f5;
  padding: 5px;
}
.report .content {
  padding: 10px;
}
.report > ul {
  background: #eaf0f5;
}
.display {
  width: 100% !important;
}
.dataTables_wrapper label {
  font-weight: normal;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  padding-right: 40px;
}
.dataTables_info {
  margin-left: 40px;
}
.dataTables_paginate {
  margin-right: 40px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}
.dataTables_length select,
.dataTables_filter input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_length select:focus,
.dataTables_filter input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.centered {
  float: left;
  white-space: nowrap;
  display: inline;
  margin-left: 40px;
}
.centered label {
  float: right;
}
.centered input {
  width: 100%;
  display: initial;
}
.tabletool .ico {
  height: 24px;
  padding-right: 2px;
  padding-left: 2px;
}
table.dataTable {
  margin-top: 0px;
  border-top: 1px solid #dddddd;
  float: left;
}
table.dataTable thead {
  background-color: #e1eeff;
}
table.dataTable img.ico {
  height: 24px;
  cursor: pointer;
  vertical-align: top;
}
table.dataTable img.disabled {
  cursor: default !important;
}
table.dataTable span.ico {
  cursor: pointer;
  color: #4f9ae0;
  font-size: 24px;
  margin-left: 5px;
}
ul.info {
  padding: 0px;
  margin: 0px;
}
ul.info li {
  white-space: initial;
}
.popover {
  max-width: initial;
}
.popover.sites {
  left: 204px !important
}
#consult {
  margin-bottom: 20px;
}
.consult .header {
  padding-top: 10px;
}
.consult thead .select {
  padding: 10px 18px;
}
.consult tbody > tr > td {
  padding: 8px 18px !important;
}
.consult tbody > tr > td:first-child > div {
  margin: 0px;
}
.sites + .popover.bottom {
  margin-top: 0px;
}
#export button {
  height: 38px;
}
#export button.disabled > .glyphicon-download {
  color: #aaaaaa;
}
#export button .glyphicon-download {
  color: #4f9ae0;
  font-size: 20px;
}
.input-group > .input-group-addon {
  background: white;
}
#tool {
  margin-bottom: 30px;
}
#tool form {
  padding-bottom: 20px;
}
#tool .toolfilter {
  margin-top: 30px;
}
@media (max-width: 1340px) {
  #tool .toolfilter .form-group {
    margin-top: 10px;
  }
}
.zoneinfo {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #exportForm button,
  #exportForm input {
    margin-top: 10px;
  }
}
#sites i.jstree-icon.site {
  color: #4f9ae0;
}
#sites a[data-type="site"] {
  color: #666666;
}
#sites i.jstree-icon.site2 {
  color: #4f9ae0;
}
#sites a[data-type="campaign"] {
  color: #4f9ae0;
}
.report ul.nav-tabs li:first-child {
  margin-left: 40px;
}
fieldset {
  margin-top: 40px;
}
fieldset.site {
  margin-top: 0px;
}
#formSite,
#campaign,
#user {
  padding-bottom: 40px;
}
#readCampaign .ico {
  height: 24px;
}
.divButton {
  padding-top: 20px;
}
#tabSite span {
  padding-right: 5px;
}
#existingCampaigns,
#existingUsers {
  margin: 20px;
}
.ico {
  height: 24px;
}
td .glyphicon-trash,
td .glyphicon-edit,
td .glyphicon-remove {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #formSite,
  #campaign,
  #user {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#formSite button {
  margin-bottom: 10px;
}
#formSite label {
  margin-left: 10px;
}
.supervision #mainTable {
  padding: 40px 0px;
}
.supervision .space {
  padding: 10px;
}
.supervision .same .report {
  min-height: 480px;
}
.supervision .legendDiv {
  margin: 20px 20px 20px 20px;
}
.supervision .legendDiv .titleLegend {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  padding: 0 0.3em;
  clear: both;
  /*white-space:nowrap;*/
  display: inline-block;
  min-width: 100px;
  word-wrap: break-word;
}
.supervision .legendDiv .color-sample {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 2px solid;
  /* Comment out if you don't want to show the fillColor */
  border-radius: 0.5em;
  /* Comment out if you prefer squarish samples */
  margin-right: 0.5em;
}
.supervision .arrow {
  width: 12px;
  vertical-align: middle;
  padding-right: 0px;
}
.supervision .up {
  color: #009000;
}
.supervision .down {
  color: red;
}
div.navbar div.toggle {
  margin-top: 8px;
  margin-left: 10px;
}
.response {
  padding: 20px;
  border: 1px solid #cccccc;
}
.response.OK {
  background: #DCF3B5;
}
.response.KO {
  background: #F2CFCB;
}
.pdf {
  background: #DCF3B5;
  padding: 10px;
  border-radius: 10px;
  width: 250px;
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}

.fields label {
	white-space: nowrap;
}

