
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1.6;
  overflow-x: hidden;
}

.yscroll {
  width: 100%;
  height: 100%;
}



.form-control2 {
    display: inline-block;
    width: 90%;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.messageboxbas {
  background: #EEEEEE;
}

.zonenumber {
  background: #71A9F7;
  height: 100%;
  overflow-y: scroll;
  overflow-x :hidden;

}

.zonemessage {
  background: #C6D8FF;
  height: 100%;
  overflow-y: scroll;
}

.pointeur {
cursor: pointer;
}



.borderbox {
  border-style: solid;
  border-width: 2px;
}

.received {
  text-align: left;
}


.alert-received {
color: #000000;
background-color: #ffffff;
border-color: #e83f6f;
}

.tsend {
  text-align: right;
}

.alert-send {
color: #ffffff;
background-color: #71A9F7;
border-color: #e83f6f;
}

.unread {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #f39fb7
}

/* Spacer */

.spacerxxxx { margin-top: 250px;}
.spacerxxx { margin-top: 200px;}
.spacerxx { margin-top: 150px;}
.spacerx {margin-top: 100px;}
.spacerminix {margin-top: 85px;}
.spacer {margin-top: 65px;}
.spacer1 {margin-top: 50px;}
.spacer2 {margin-top: 30px;}
.spacer3 {margin-top: 20px;}
.spacer4 {margin-top: 10px;}

/* Spacer */

.textwhite {
  color: #ffffff;
}

.textpink {
color: #E83F6F;
}

.textorange {
color: #FFBF00;
}
