.nav-link {
	color:white !important;
}
.navbar {
	right:0px;
	background-color:#222 !important;
}
.navbar .navbar-toggler {
	color:white !important;
	float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}
.navbar-collapse {
	margin-top: 22px;
}

#chatbox {
	position: absolute;
    text-align: left;
    margin-bottom: 5px;
    background: #fff;
    height: 81%;
    border: 1px solid #ACD8F0;
    overflow: auto;
    width: 100%;
    color: black;
    bottom: 8%;
}
.chat_header {
    position: absolute;
    z-index: -1;
	padding:10px;
}
.file {
	display:none;
}
.file_image img {
	max-width: 45px;
    position: absolute;
    bottom: -15px;
}

#chatbox img {
	max-width: 15em;
}

#usermsg {
    min-width: 74vw;
    border: none;
    height: 45px !important;
    border-radius: 0px;
    padding: 1%;
    left: 49px;
}

#submit { width: 60px; }

.error { color: #ff0000; }

#menu { padding:12.5px 25px 12.5px 25px; }

.welcome { float:left; }

.logout { float:right; }

.msgln { margin:0 0 2px 0; }

.mine {
	float:right;
	max-width:80%;
	background:rgba(2, 119, 189, 0.5);
	color:#034a75;
	padding:5px;
	border-radiradius:10px;
	margin:5px;
	word-break: normal;
	box-shadow:1px 1px 2px black
}
.other {
	float:left;
	max-width:80%;
	background:rgba(34, 34, 34, 0.5);
	color:white;
	padding:5px;
	border-radius:10px;
	margin:5px;
	word-break: normal;
	box-shadow:1px 1px 2px black
}

.modal_react_mine {
	position: absolute;
    	left: 5%;
	margin-top: 10%;
}
.modal_react_other {
	position: absolute;
    	right: 5%;
	margin-top: 10%;
}

.close-modal  {
	display:none !important;
}

.date_mine {
	font-size:12px;
	float:left;
}
.date_other {
	font-size:12px;
	float:left;
}
.msg_box {
	position:absolute;
	bottom:0;
}
textarea {
	min-width: 100vw;
	width:200px;
	max-width:300px;
	resize:none;
	font-size:20px;
	overflow-x:hidden;
	overflow-y:auto;    
	min-height:1.2em;
	height:1.2em;
	padding:2px;
	max-height:5em;    
	position:fixed;
	left:0px;
	bottom:0;
}
#submitmsg {
    position: fixed;
	bottom: -1px;
	right: 0vw;
	width: 51px;
	height: 47px;
	background-image: url(60525.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999;
}

.view_history {
	float:right;
	font-size:10px;
}
.like {
	float:left;
	font-size:10px;
	min-height:18px;
}
.like img {
	width:20px;}
.like_count {
	font-size: 12px;
}

a, img {
-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.custom-select {
	display:none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.avatar {
	width: 40px;
    height: 40px;
    object-fit: cover;
	border-radius:30px;
}
.avatar-mini {
	width: 20px;
    height: 20px;
    object-fit: cover;
	border-radius:30px;
	margin-left: -5px;
}

/* Badge */

.badge {
	margin:0 auto;
	width:75%;
	text-align:center;
	display:block;
	margin-bottom:10px;
	box-shadow:2px 2px 4px white;
}

.super_user {
	background:gold;
	color:black;
	box-shadow:2px 2px 4px #1824bb;
}
.supervieurs {
	background:#0f7e7e;
	box-shadow:2px 2px 4px #b3a71c;
}

#thermometer { height: 20px; width: 95%; margin:5px; padding:0; border: #cccccc solid 1px; }

#level { height:20px; width: 0px; margin: 0; padding:0; border-right: 1px solid #666666; background: #ffcccc; font-size:12px; color: black; text-align:center; font-weight:bold; border:1px solid black; } 

.padding-zero td {
	padding: 0;
}

.horaire {
	width:100%;
	float:left;
	padding:1%;
	border: 1px solid white;
}

.horaire_name {
	font-size:22px;
	padding:10px !important;
}

.view_list, .ui-loader {
	display:none;
}

.right {
	float:right;
}

input:disabled {
	background: white;
}

.modal {
	height: 68px;
	background:black !important;
	padding: 10px 10px !important;
	width:327px !important;
}

.modal_react {
	width:25px;
	height:25px;
	vertical-align: sub;
	margin-left:8px;
}