
.upper{
	text-transform: uppercase;
}
.lower{ 
	text-transform: lowercase;
}
.Capit{ 
	text-transform: capitalize;
}
input.rech{
	max-width:100px !important;
}

div.rechTable {
	background-color:rgba(240,240,240, 1);
	border-radius: 10px;
}
#divPopNewDefi .table{
	margin-bottom:0px;
}

.listeDefiMembres{
	max-height:210px;
	overflow:auto;
	border:1px solid #008427;
	padding:5px;
	/*box-shadow: 10px 10px 5px #888888;*/
	/*border-radius: 10px;*/
	
}


.ngdialog-theme-defaultDefi{
	border:0px solid red;
	margin-top:100px;
	
}
.ngdialog.ngdialog-theme-defaultDefi .ngdialog-content {
    color: #444;
    font-family: "Helvetica",sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
}
.ngdialog.ngdialog-theme-defaultDefi .ngdialog-content {
    animation: 0.5s ease 0s normal none 1 running ngdialog-flyin;
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 5px;
    color: #444;
    font-family: "Helvetica",sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    width: auto;
}

.ngdialog.ngdialog-theme-defaultDefi .ngdialog-close::before {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    color: #bbb;
    content: "×";
    font-size: 26px;
    font-weight: 400;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 30px;
}
.ngdialog.ngdialog-theme-defaultDefi .ngdialog-close {
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.ngdialog-theme-defaultDefi2{
	border:0px solid red;
	margin-top:30px;
	
}
.ngdialog.ngdialog-theme-defaultDefi2 .ngdialog-content {
    color: #444;
    font-family: "Helvetica",sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
}
.ngdialog.ngdialog-theme-defaultDefi2 .ngdialog-content {
    animation: 0.5s ease 0s normal none 1 running ngdialog-flyin;
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 5px;
    color: #444;
    font-family: "Helvetica",sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    width: 600px;
}

.ngdialog.ngdialog-theme-defaultDefi2 .ngdialog-close::before {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    color: #bbb;
    content: "×";
    font-size: 26px;
    font-weight: 400;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 30px;
}
.ngdialog.ngdialog-theme-defaultDefi2 .ngdialog-close {
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.ng-drop {
    background: none !important;
}

.divMembreAttente{
	background-color:#C1DAC8;
	
}

.divMembreActif{
	background-color:#64A42C;
	color:#FFF;
}