.content
{
	overflow-x: auto;
}

.dropdown-item{
	text-align: initial!important;
}

body::-webkit-scrollbar {
	display: none;
}

#footer::-webkit-scrollbar {
	display: none;
}

.modal-body {
	height:50%;
    overflow:auto;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.wrapper::-webkit-scrollbar {
	display: none;
}


a.nav-link{
    text-overflow: ellipsis!important;
}

.dropdown-menu {
    min-width: 3rem!important;
}

i.sous-menu.nav-icon {
	font-size: 0.7em !important;
}

.popUpMsg{

    position: fixed!important;
    z-index: 1!important;
    bottom: 3%;
    width: 20%!important;
    right: 2%;

}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.hidden-phone {
	float: left;
	margin-left: 20%;
    margin-top: 5%
}

/*
.brand-link{

padding-bottom: 20px;
padding-top: 20px;

}*/


#info_dev{

margin-bottom: 80px;

}

hr {
	color: #fff;
	height: 1px;
}

/*
p {
	padding-top: 7px;
	padding-bottom: 7px;
	border: 3px red solid;
}*/


/* antonij css */




h1 {
	/*color: white;*/
	font-size: 12px;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: middle;
}

a>img {
	max-width: none;
}

table {
	border: none;
	/*font-size: 11px;*/
}

th {
	border: 1px #D9D9B5;
	background-color: #eaeaea;
	text-align: left;
	/*
		border-bottom: 1px solid #7e7e7e;
		border-top: 1px solid #7e7e7e;
	*/
	font-weight: 900;
}

tr {
	text-align: left;
	vertical-align: top;
}

/*
td {

	color: black;
	font-size: 11px;
	border-bottom: 1px solid #ebebeb;


}*/

caption {
	border: 1px #D9D9B5;
	background-color: #eaeaea;
	text-align: left;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
}

a {
	color: #60778E;
	text-decoration: none;
	outline: 0;
}
/*
input {
	outline: 0;
}
*/
/*******************************************************************************

	Mise en forme du groupage fieldset

*******************************************************************************/
fieldset {
	clear: both;
	border: 1px solid #ccc;
	margin-bottom: 7px;
	/*margin-top:5px;*/
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
	min-height: 70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

legend {
	padding-left: 4px;
	padding-right: 4px;
	font: bold 11px Arial;
	color: #4f4f4f;
}

/*******************************************************************************

	Mise en forme des champs de formulaire

*******************************************************************************/
/*

form {
	display: inline;
}

select {
	background-color: #F7F9FD;
	border: 1px solid #546C91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B6886;
	margin-top: 1px;
}

input[type=text], input[type=password] {
	height: 16px;
}

input[type=text][disabled], input[type=password][disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type=text], input[type=password], select, textarea {
	border-color: #a7a6aa;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 2px 0px 2px;
}

select, textarea {
	padding: 1px 1px 1px 2px;
}

input[type=file] {
	border-color: #a7a6aa;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 2px 1px 2px;
}

input[type=button], input[type=submit] {
	height: 20px;
	background-image: url("/layout/_indc/desktop/_default/img/control/bg_button.jpg");
	border-color: #a7a6aa;
	background-color: #EAEAEA;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 5px 2px 5px;
}

input[type=button][disabled] {
	color: GrayText;
	cursor: inherit;
}

input[type=image] {
	padding: 3px;
	margin: 3px;
	background-image: url("/layout/_indc/desktop/_default/img/control/bg_button.jpg");
	border-color: #a7a6aa;
	background-color: #EAEAEA;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

option {
	background-color: #FFF;
}
*/
/*option[selected] {
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
}
*/
/*
optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

.projet table, .projet table tr, .projet table td, .projet table th {
	padding: 3px;
	margin: 0;
}

.projet table th {
	font-weight: bold;
	font-size: 1em;
	border: none;
}*/
