html,
body {
    height: 100%;
}

.container {
	width:100%;
	margin:0 auto;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

/* moje :) */

/*
.wrap > .container {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
*/

.panel-footer {
    padding: 3px 3px;
}

.kv-panel-after {
    padding: 0px;
    border-top: 0px solid #ddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-top: 1px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-right: 2px;
}

td, th {
    padding: 0;
}

.btn-link {
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 0px;
    -font-size: 1px;
}

/* search input in grid */
.skip-export .form-control {
    display: block;
    width: 100%;
    padding: 2px 10px;
    font-size: 12px;
    height: 24px;
}

/* popup form */

.button_delete {
    
    padding-top: 25px;
    
}

.modal-header {
    color: white;
    -min-height: 16.42857143px;
    background-color: #337ab7;
    padding-top: 1px;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-right: 10px;
    -border-bottom: 1px solid #e5e5e5;
}

.modal-header h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.modal-body {
    position: relative;
    padding-top: 1px;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-right: 10px;
}

.modal-header .close {
    margin-top: 4px;
    color: white;
    -margin-right: 5px;
}


/* chat */

#container_char{
    width:100%;
    background:#eff3f7;
    margin:0 auto;
    font-size:0;
    border-radius:5px;
    overflow:hidden;
  }

  main{
    width:100%;
    display:inline-block;
    font-size:15px;
    vertical-align:top;
  }
  
  h2,h3{
    margin:0;
  }
  
  .status{
    width:8px;
    height:8px;
    border-radius:50%;
    display:inline-block;
    margin-right:7px;
  }
  .green{
    background-color:#58b666;
  }
  .orange{
    background-color:#ff725d;
  }
  .blue{
    background-color:#6fbced;
    margin-right:0;
    margin-left:7px;
  }
  
  main header{
    height:110px;
    padding:30px 20px 30px 40px;
  }
  main header > *{
    display:inline-block;
    vertical-align:top;
  }
  main header img:first-child{
    border-radius:50%;
  }
  main header img:last-child{
    width:24px;
    margin-top:8px;
  }
  main header div{
    margin-left:10px;
    margin-right:145px;
  }
  main header h2{
    font-size:16px;
    margin-bottom:5px;
  }
  main header h3{
    font-size:14px;
    font-weight:normal;
    color:#7e818a;
  }
  
  #chat{
    padding-left:0;
    margin:0;
    list-style-type:none;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
  }
  #chat li{
    padding:10px 30px;
  }
  #chat h2,#chat h3{
    display:inline-block;
    font-size:13px;
    font-weight:normal;
  }
  #chat h3{
    color:#bbb;
  }
  #chat .entete {
    margin-bottom:5px;
  }

  #chat .message{
    padding:20px;
    color:#fff;
    line-height:25px;
    min-width:90%;
    display:inline-block;
    text-align:left;
    border-radius:5px;
  }
  #chat .new{
    text-align:left;
    background-color:#fff;
    border: 2px solid #ff5c33;
    padding:20px;
    line-height:25px;
    min-width:90%;
    display:inline-block;
    text-align:left;
    border-radius:5px;

  }
  #chat .me{
    text-align:right;
  }
  #chat .you .message{
    background-color:#58b666;
  }
  #chat .me .message{
    background-color:#6fbced;
  }
  #chat .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
  }
  #chat .you .triangle{
      border-color: transparent transparent #58b666 transparent;
      margin-left:15px;
  }
  #chat .me .triangle{
      border-color: transparent transparent #6fbced transparent;
      margin-left:95%;
  }