html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #ccecf9;
  padding-top: 60px;
  margin-bottom: 80px;
  font-family: "Open Sans";
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}

/* FOR HEADER_TOP */
.header_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: #173743;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#a8c8d5;
}
.header_top  .text-muted {
  font-size: 25px;
  color: #ccecf9;
	text-align: right;
	margin-top:30px;
	max-width:1024px;
	padding-right:10px;
	margin-right:auto;
	margin-left:auto;
}

/* FOR FOOTER */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #ccecf9;
	color: #173743;
	z-index: -1;
}

.footer >  .container {
  width: auto;
  max-width: 980px;
  padding: 0 10px;
  text-align: left;
}
.footer   .logo {
	float:left;
	margin-right:10px;
}
.footer >  .container .text-muted {
  margin: 8px 0;
  line-height:31px;
  font-weight: bolder;
  font-size: 9.18px;
  color: #173743;
}

.footer >  .container {
  font-size: 80%;
}

.helloButton {
  color: #173743 !important; 
}
	

/* For NAVBAR */

.Menu,  .Menu a{
  width: 920px;
  font-weight: bolder;
  font-size: 11px;
  color: #ffffff  /*!important*/; 
	text-transform: uppercase;
	/* margin-top: 25px; */
	margin-right: auto;
	margin-left: auto;
margin-bottom:auto;
}
.itemMenuContainer {
	z-index:0;
}
.devicesMenu{
	background-size: 25px 25px;
    padding-right: 20px;
	padding-top:15px;
 	padding-bottom:15px; 
    background-color: #0e222a;	
	background-image: url(../ressources/menu/pictoDevice.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left:45px;
	min-width:100px;
	/* position:absolute; */
	float: left;
    margin-bottom: 10px;
	z-index:2;
}
.devicesMenu2 {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	bottom:0;
	background-image: url(../ressources/menu/flecheOverDevices.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	display:none; 
}
#devicesMenu:hover + .devicesMenu2{
	display:block;
	}
.devicesMenu2selected {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	background-image: url(../ressources/menu/flecheOverDevices.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	bottom:0;
}
.dataMenu {
	background-size: 25px 25px;
    padding-right: 20px;
	padding-top:15px;
 	padding-bottom:15px; 
    background-color: #07225B;		
	background-image: url(../ressources/menu/pictoData.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left:45px;
	min-width:100px;
	/* position:absolute; */
	float: left;
    margin-bottom: 10px;
	z-index:2;
}
.dataMenu2 {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	bottom:0;
	background-image: url(../ressources/menu/flecheOverData.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	display:none;
}
#dataMenu:hover + .dataMenu2{
	display:block;
	}
.dataMenu2selected {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	background-image: url(../ressources/menu/flecheOverData.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	bottom:0;
}
.usersMenu {
	background-size: 25px 25px;
    padding-right: 20px;
	padding-top:15px;
 	padding-bottom:15px; 
    background-color: #337dbe;		
	background-image: url(../ressources/menu/pictoUsers.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left:45px;
	padding-right:10px;
	min-width:100px;
/* 	position:absolute; */
	float: left;
    margin-bottom: 10px;
	z-index:2;
}
.usersMenu2 {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	bottom:0;
	background-image: url(../ressources/menu/flecheOverUsers.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	display:none;
}
#usersMenu:hover + .usersMenu2{
	display:block;
	}
.usersMenu2selected {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	background-image: url(../ressources/menu/flecheOverUsers.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	bottom:0;
}.aboMenu {
	background-size: 25px 25px;
    padding-right: 20px;
	padding-top:15px;
  	padding-bottom:15px; 
   background-color: #27B0BC;		
	background-image: url(../ressources/menu/pictoAbo.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left:45px;
	padding-right:10px;
	min-width:100px;
/* 	position:absolute; */
	float: left;
    margin-bottom: 10px;
	z-index:2;
}
.aboMenu2 {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	bottom:0;
	background-image: url(../ressources/menu/flecheOverAbo.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	display:none;
}
#aboMenu:hover + .aboMenu2{
	display:block;
	}
.aboMenu2selected {
	height:10px;
	width:100px;
	position:absolute;
	z-index:1;
	background-image: url(../ressources/menu/flecheOverAbo.png);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	background-size: 20px;
	bottom:0;
}
.loginMenu {
	background-size: 25px 25px;
    padding-right: 20px;
	padding-top:10px;
  	padding-bottom:9px; 
  background-color: #ffffff;		
  color: #173743;
 	background-image: url(../ressources/menu/pictoUtilisateur.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left:45px;
	padding-right:10px;
	min-width:100px;
	line-height:13px;
	/* position:absolute; */
	float: left;
	z-index:2;
	max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.loginMenuActions a{
  font-weight: normal;
  font-size: 9px;
  color: #173743 !important;
	text-transform: uppercase;
	
}
.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}


.logout-warning {
	
	margin-top: 150px;
}


.icon-size
{
    font-size: 87px;
}

.navbar.navbar-default{
     background-color: transparent;
	  border: 0;
}

.navbar-toggle {
	 transform: translateY(-35px);
	 float:left;
}
.navbar-default {
    background-color: #ccecf9;
}
.nav-link:hover {
    color: #ccecf9;
}

/* end NAVBAR, FOOTER, HEARDER_TOP */

/* for CHARTS */
#loading 
{
    display : block;
    position : fixed;
    background-image: url('../ressources/ajax-loader.gif');
    /*z-index: 100;
    background-color:#666;*/
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

.chart {
  width: 100%; 
  min-height: 400px; 
  padding-top: -20px;
}
/* end CHARTS */



/* for BUTTONS */
.btnModal {
	text-align:center;
}
.btnAction {
	color:#ffffff;
	font-weight:bolder;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	background-color: #009bd8;
	border: 2px solid #ccecf9;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnActionDark {
	color:#ffffff;
	font-weight:bolder;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	background-color: #009bd8;
	border: 0;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnActionWhite {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	background-color: #009bd8;
	border: 1px solid #ccecf9;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnClose {
	color:#009fe3;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	background-color: #ffffff;
	border: 2px solid #ccecf9;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnCloseDark {
	color:#009fe3;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	background-color: #ffffff;
	border: 0;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnCloseBlue {
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	text-transform: uppercase;
	text-align:center;
	background-color: #ccecf9;
	border: 0;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnNewBlue {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	/*text-transform: uppercase;*/
	text-align:center;
	background-color: #009bd8;
	border: 0;
	width:175px;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	position:relative;
	/*margin-bottom: 10px;*/
	margin-left: 10px;
}
.btnCloseWhite {
	color:#009fe3;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	text-align:center;
	background-color: #ffffff;
	border: 1px solid #ccecf9;
	width:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	position:relative;
	margin-bottom: 10px;
}
.btnAddDevice {
	color:#ccecf9;
	text-transform: uppercase;
	background-color: #0e222a;
	width:115px;
	height: 27px;
	position:relative;
	margin-bottom: 10px;
	margin-left: 14px;
}
.btnAddDevice .btnAddDeviceText {
	font-weight:normal;
	font-size:10px;
	padding-left:35px;
	position: absolute;
	transform: translateY(7px);
}
.btnAddDevice .btnAddDevicePlus {
	font-weight:bolder;
	font-size:34px;
	transform: translateY(-12px);
	position: absolute;
	padding-left: 8px;

}
.btnAddUser {
	color:#ccecf9;
	text-transform: uppercase;
	background-color: #337dbe;
	width:115px;
	height: 27px;
	position:relative;
	margin-bottom: 10px;
}
.btnAddUser .btnAddUserText {
	font-weight:normal;
	font-size:10px;
	padding-left:35px;
	position: absolute;
	transform: translateY(7px);
}
.btnAddUser .btnAddUserPlus {
	font-weight:bolder;
	font-size:34px;
	transform: translateY(-12px);
	position: absolute;
	padding-left: 8px;

}
.btnAction:hover, .btnClose:hover, .btnActionDark:hover, .btnCloseDark:hover, .btnActionWhite:hover, .btnCloseWhite:hover, .btnCloseBlue:hover, .btnAddDevice:hover, .btnAddUser:hover {
	opacity: 0.9;
}
/* end BUTTONS */




/* for MODALS */
.darkModal .modal-content{
	background-color: #10232e;
	border:none;
	border-radius: 0px;	    
}
.darkModal .modal-body{
	width:585px;
	font-weight:bold;
	font-size:19px;
	text-transform: uppercase;
	text-align:center;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blueModal .modal-content{
	background-color: #009bd8;
	border:none;
	border-radius: 0px;	    
}
.blueModal .modal-body{
	font-weight:bold;
	font-size:20px;
	text-transform: uppercase;
	text-align:center;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}


.whiteModal .modal-content{
	background-color: #ffffff;
	border:none;
	border-radius: 0px;	    
}
.whiteModal .modal-body{
	font-weight:bold;
	font-size:20px;
	text-transform: uppercase;
	text-align:center;
	color:#009bd8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.whiteModal .modal-body .alertConfig{
/*	font-weight:bold;*/
	font-size:15px;
/*	text-transform: uppercase; */
/*	text-align:center;*/
	color:#009bd8;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
}

.modal-bodyMsg label{
	padding-bottom:20px;
	padding-top:20px;
}

.modal-backdrop {
   background-color: transparent;
}
/* end MODALS */


/* for USERS */

.form-removeUser input{
	font-weight:bolder;
	font-size:12px;
	color:#0e222a;
	border:1px solid #ccecf9;
	width:340px;
	text-transform: uppercase;
	border:none;
	border-radius: 0px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#remove-modal, #removeOk-modal, #removePb-modal, #add-modal, #addOk-modal, #addPb-modal, #update-modal, #updateOk-modal, #updatePb-modal, #associateOk-modal, #associatePb-modal, #updatedevice-modal, #campaign-modal, #newcampaign-modal, #updateCampaignOk-modal, #updateCampaignPb-modal {
	margin-top: 200px;
}

.form-user-heading {
	color:#009bd8;
	font-weight:bold;
	font-size:19px;
	text-transform: uppercase;
	text-align:center;
	margin-bottom: 0px;
}

.latestsensorsdata-heading {
	font-style: italic;
	margin-bottom: 0;
}

.latestsensorsdata-container {
	margin: 0;
	display:block;
    width: 100%;
}

.latestsensorsdata-type {
    font-style: italic;
    width: 100%;
    background-color: #009bd8;
    color: white !important;
	display: inline-block;
}
/* .latestsensorsdata-type::after{
    content: "\a";
    white-space: pre;
} */
.latestsensorsdata-lastValue {
	font-size: 30px !important;
	margin: 0;
    padding: 0;
}
.latestsensorsdata-lastValueUnit {
	vertical-align: baseline;
	margin: 0;
    padding: 0;
}

/* #add-modal .modal-dialog, #update-modal .modal-dialog, #updatedevice-modal .modal-dialog { */
	/* width:430px; */
/* } */

#add-modal .modal-body, #update-modal .modal-body {
	padding-top:15px;
}
.form-update-user hr, .form-campaign-user hr {
	border:0.5px solid #009bd8;
	margin-bottom: 15px;
	margin-top:15px;
}
.form-add-user hr, .form-associate-user hr{
	border:0.5px solid #009bd8;
	margin-bottom: 20px;
	margin-top:15px;
}

/*.form-user-checkbox {
	display:block;
}
.form-user-checkbox input, .form-user-checkbox label {
	display:inline;
}*/

.form-add-user  label, .form-update-user label, .form-campaign-user  label, .form-newcampaign-user  label, .form-adddomain  label{
	font-weight:bolder;
	font-size:12px;
	color:#0e222a;
	margin-bottom: 10px;
	padding-left:10px;
	text-transform:none;
	word-wrap:break-word
}
.form-add-user  input, .form-update-user  input, .form-update-user  textarea, .form-campaign-user  input, .form-campaign-user  textarea, .form-newcampaign-user  input, .form-newcampaign-user  textarea, .form-adddomain  input, .form-adddomain  textarea{
	font-weight:bolder;
	font-size:12px;
	color:#0e222a;
	width:200px;
	margin-bottom: 10px;
	border:1px solid #ccecf9;
	border-radius: 0px;
	vertical-align:middle;
}
.form-add-user  input, .form-update-user  input, .form-campaign-user  input, .form-newcampaign-user  input, .form-adddomain  input{
	transform: translateX(50%);
}
.form-add-user  input[type="password"], .form-update-user  input[type="password"]{
	/* margin-bottom: 0px; */
}
.form-add-user  input[type="checkbox"], .form-update-user  input[type="checkbox"], .form-newcampaign-user  input[type="checkbox"], .form-add-user  input[type="radio"], .form-update-user  input[type="radio"]{
	display:inline;
	margin-bottom: 0px;
	width: 12px;
	height: 12px;
	margin:5px;
}
.form-add-user  input[type="checkbox"]{
		margin-left: 180px;

}
.form-user-checkbox {
	text-align:left;
}

.associateList {
	overflow-y: scroll;
    max-height: 40vh;
	font-weight:bolder;
	font-size:12px;
}

.associateList .list-group-item-action {
	color:#0e222a;
	border:0;
	border-radius: 0px;
	border-bottom: 0.5px solid  #009bd8;
	border-top: 0.5px solid  #009bd8;
}

.associateList  .active {
	color:#ffffff;
	background-color: #337dbe;
	border:0;
	border-radius: 0px;	
	border-top: 0.5px solid  #009bd8;
}

/* end USERS */

/* for Devices */
.form-add-device hr{
	border:0.5px solid #009bd8;
	margin-bottom: 20px;
	margin-top:15px;
}
.form-add-device  label{
	font-weight:bolder;
	font-size:12px;
	color:#0e222a;
	margin-bottom: 10px;
	padding-left:10px;
	text-transform:none;
	word-wrap:break-word
}
.form-add-device  input{
	font-weight:bolder;
	font-size:12px;
	color:#0e222a;
	transform: translateX(50%);
	width:200px;
	margin-bottom: 10px;
	border:1px solid #ccecf9;
	border-radius: 0px;
	vertical-align:middle;
}
.form-add-device  input[type="password"]{
	margin-bottom: 0px;
}
.form-add-device  input[type="radio"]{
	display:inline;
	margin-bottom: 2px;
}
.form-device-radio {
	text-align:left;
}
.inputsSection, .inputsCampaignSection {
	text-align: left;
	width: 100%;
}
.inputsSection .input-w input, .inputsSection .input-w textarea{
	transform: translateX(0);
	width: 150px;
}
.inputsCampaignSection .input-w input, .inputsCampaignSection .input-w textarea{
	transform: translateX(0);
}
.alertConfig .input-w input, .inputsSection .input-w textarea{
	transform: translateX(0);
	width: 50px;
}
.inputsSection .input-w select{
	transform: translateX(0);
	width: 250px;
}
.inputsCampaignSection .input-w select{
	transform: translateX(0);
}
.inputsSection .input-w span, .inputsSection span, .inputsUserSection span, .inputsCampaignSection .input-w span, .inputsCampaignSection span{
	color: #07225B;
	font-size: 12px;
	font-weight:bolder;
	padding-left: 0px;
	text-transform: none;
}
.form-campaign-user .inputsSection span, .form-newcampaign-user .inputsCampaignSection span{
	color: #009bd8;
}
.inputsSection .input-w .inputsSubSection span, .inputsCampaignSection .input-w .inputsSubSection span{
	font-weight:normal;
}
.inputsSection .input, .inputsCampaignSection .input{
	 width: 100px;
	 margin-bottom: 0;
}
.inputsSection textarea, .inputsCampaignSection textarea{
	 width: 250px !important;
}

.whiteModal .myalert{
	color:#D6535E;
	text-transform: none;
	/*padding: 15px;*/
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.whiteModal .mycompensationhead{
	color:#009bd8;
	text-transform: none;
	/*padding: 15px;*/
    font-size: 14px;
	font-weight: bolder;
    padding-left: 0px;
}
.whiteModal .mycompensation{
	color:#07225B;
	text-transform: none;
	/*padding: 15px;*/
    font-size: 12px;
	font-weight: bolder;
    padding-left: 0px;
}

.whiteModal .myinfo{
	color:#7AB8F5;
	text-transform: none;
	/*padding: 15px;*/
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.whiteModal .mywarning{
	color:#D3A565;
	text-transform: none;
	/*padding: 15px;*/
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}/* end Devices */


.txtInfo {
	color:#5D9CEC !important;
}

.txtWarning {
	color:#F7A323 !important;
}

.txtAlert {
	color:#F30414 !important;
}

.txtOk {
	color:#63c264 !important;
}



.txtInfo span {
	color:#5D9CEC !important;
}

.txtWarning span {
	color:#F7A323 !important;
}

.txtAlert span {
	color:#F30414 !important;
}

.txtOk span{
	color:#63c264 !important;
}


.bgInfo {
	background-color:#5D9CEC !important;
}

.bgWarning {
	background-color:#F7A323 !important;
}

.bgAlert {
	background-color:#F30414 !important;
}

.bgOk{
	background-color:#63c264 !important;
}

.txtHidden {
	visibility: hidden;
	display: none;
}

.nopadding {
	padding: 0;
	font-size: 80%;
}
.modal-header {
	border-bottom-color: #009bd8;
}
.modal-footer {
	border-top-color: #009bd8;
}

.inputHeader {
	text-decoration: underline;
}
.modal-header {
    cursor: move;
}
.input-w0 span {
	color: #5AB03F !important;
}
.input-w1 span {
	color: #BD020E !important;
}
.input-w2 span {
	color: #47B9D3 !important;
}
.input-w3 span {
	color: #A7CA59 !important;
}
.input-w4 span {
	color: #6F4896 !important;
}
.input-w5 span {
	color: #6ED8C1 !important;
}
.input-w6 span {
	color: #B67316 !important;
}
.input-w7 span {
	color: #407F2B !important;
}
.input-w8 span {
	color: #D25F7C !important;
}
.input-w9 span {
	color: #9679E0 !important;
}
.input-w10 span {
	color: #0000FF !important;
}
.input-w11 span {
	color: #E6F2CB !important;
}
.input-w12 span {
	color: #BEBC25 !important;
}

/* .modal { 
	 width: 600px; 
 } */
/* .modal-body {
	height: 400px;
    max-height: calc(100vh - 400px);
	overflow-y: auto;
} */

#scrollUp
{
position: fixed;
bottom : 10px;
right: -100px;
opacity: 0.5;
}