/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 600px) {
    .tinynav { display: block }
    #nav { display: none }
}

.clear {
    clear: both;
}

body {
    background-image: url('../../assets/img/fond-carte.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

textarea.simple {
    width: 100%;
    height: 100px;
}
/** logo **/
img.logo_entreprise {
    height: 48px;
    float: right;
}

/** DATA TABLES **/
.table_action {
    cursor: pointer;
}

.table_action + .table_action {
    margin-left: 5px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td.bg-img, td.bg-img {
    background-color: #A7A7A7;
    text-align: center;
}

/** admin_entreprise **/

.select2-container.form-control {
    height: auto;
    border: none;
}

/* groupes */

#group_update .form_action_update {
    display: none;
}

/* chat **/
.chatroom.closed .chat_messages, .chatroom.closed .panel-footer {
    display: none;
}

.chat_users .icon-comments-alt {
    margin: 0 10px 0 0;
    color: green;
}

.chat_users .panel {
    max-height: 615px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* permissions */
#role_update .ms-container ul.ms-list {
  height: 400px;
}

/* imguploader */
.imgUploader {
    
}
.imgUploader input[type=file]{
    display: none;
}