
body {
  min-height: auto ;
  background-color: #222222;
}
@font-face {

  }
*{
    font-family: Verdana,Geneva,sans-serif;
}
a {
  cursor: pointer;
}
h1.title{
  margin: 50px 0px;
}

textarea {
  background-color: #ebebeb !important;
}
div.bold:hover {
    text-decoration: none;
    font-weight: bold;
}
.jumbotron{
    background-color: #FFFFFF!important;
    min-height: 65vh;
}
.bg-primary {
    background-color: #e10d1a!important;
}
a.btn-primary {
   background-image: linear-gradient(rgba(23, 65, 146, 1), rgba(23, 65, 146, 0.2))!important;
   background-color: rgba(23, 65, 146, 1)!important;

}
a.btn-warning {
   background-image: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 0.2))!important;
   background-color: rgba(255,255,255, 0)!important;
}
.text-danger{
    color: #e10d1a!important;
}
.bg-danger{
    background-color: #e10d1a!important;
}
.btn-danger{
    background-image: linear-gradient(rgba(225, 13, 26, 1), rgba(225, 13, 26, 0.2))!important;
    background-color: #e10d1a!important;
}
.login{
    color:#222222;
}
div#div_img_logo{
#    bottom:0;
    position: fixed;
    padding-bottom:10px;
}
img#img_logo{
    vertical-align:bottom;
    border:0;
}
.jumbotrom, .row {
  height: 100%;
  min-height: 100%;
}
form.login{
     width : 300px !important;
}
form.messages{
    width : 100% !important;
}
span.div_message{
    white-space: nowrap;
}
div.label{
     padding-top:12px!important;
}
input.form-control{
    background-color: #fafafa!important;
    padding-left: 5px;
}
div.first{
    margin: 2% 10% 0% 10%;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

.container {
    width: 400px;
    padding: 10px;
}

.message-blue {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #A8DDFD;
    width: 200px;
    height: 75px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #97C6E3;
    border-radius: 10px;
}

.message-orange {
    position: relative;
    margin-bottom: 10px;
    margin-left: calc(100% - 240px);
    padding: 10px;
    background-color: #f8e896;
    width: 200px;
    height: 50px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #dfd087;
    border-radius: 10px;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-timestamp-right {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.message-timestamp-left {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

.message-blue:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #A8DDFD;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

.message-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #97C6E3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}