﻿table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

@media (min-width: 1500px) {
  .container {
    width: 1390px !important;
  }
}

@media (min-width: 1800px) {
  .container {
    width: 1700px !important;
  }
}

.chosen-container-single .chosen-single {
  height: 34px !important;
  padding: 4px 0 0 8px !important;
}

.chosen-container-single .chosen-single div b {
  background: url('chosen-sprite.png') no-repeat 0px 6px !important;
}

.chosen-container-single .chosen-single abbr {
  top: 11px !important;
}

.chosen-container {
  font-size: inherit !important;
  max-width: 280px !important;
}

#map-canvas {
    position:absolute; 
    left:0px; 
    top:0px; 
    width:100%; 
    min-height:100%; 
    height:100%
}

footer {
    position:absolute;
    right:30px;
    top:80px;
}

#connexion
{       
    position:absolute;      
    width:400px;
    top: 50%;
    left: 50%;
    margin-top:-92px; /* negative number 1/2 height */
    margin-left:-200px; /* negative number 1/2 width */
    outline:1px solid #CCC;
    z-index:1;
}

.UsersPanel
{       
    position:absolute;      
    width:100%;
    top: 20px;
    display:none;
    z-index:2;
}

.logo
{       
    position:absolute;      
    width:70px;
    bottom: 30px;
    right:10px;
    z-index:0;
}

.UsersPanel .panel-body
{       
    height:400px;
}

.UsersPanel .mini
{       
    font-size: 80%;
}

.UsersPanel .panel-body .control-label
{       
    margin-bottom: 0px!important;
}

.UsersPanel .panel-body h4
{       
    margin-top: 0px!important;
}

.btn-action
{       
    width:90%;
    margin:0 auto;
    display:block;
}

#AjouterMarqueurPanel {
    position:absolute; 
    width:400px;
    top: 70px;
    bottom:0px;
    display:none;
    right:10px;
    overflow-y:auto;
    z-index:1;
}

#AjouterMarqueurPanel .panel-body h4
{       
    margin-top: 0px!important;
}

.field-validation-error {
    color:red;
}