p {
    margin: 0 0 1px;
}

.loader_overlay {
    background: #e9e9e9;
    display: none;
    z-index:2000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
/*
 * A REVOIR 
 */
ul.ui-autocomplete {
    z-index: 1100;
	background-color:white;
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
 .panel {
    /*border:1px solid red;*/
    /*border:1px solid rgba(0,0,0,0.07);*/
 }
.nav-pills > li > a {
	border-radius: 2px;
	background-color: #f3f3f3;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.navbar {
    height:49px;
    min-height:49px;
}

.navbar-nav > li > a {
    /*padding-top: 13px;*/
	font-size:14px;
}
.nav .dropdown-toggle, .nav .dropdown > .dropdown-toggle .nav-icon {
    font-size: 16px;
	/*color:white;*/
    display: inline-block;
    /*margin-right: 8px;*/
}
.nav .dropdown-toggle .user_menu_nom {
	font-size: 13px;
}
.navbar-nav > li > .dropdown-menu {
    /*margin-top: 12px;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#main-navbar .user-menu {
    color: #686868;
}
#main-navbar  .dropdown-menu.user-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*
 * GENERAL
 */
.lien, .lien:hover, .docklien , .pointer{
	cursor:pointer;cursor:hand;
}
.no-padding {
  padding: 0 !important;
}

.text-slim {
  font-weight: 300 !important;
}
.text-normal {
  font-weight: 400 !important;
}
.text-semibold {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: 700 !important;
}


.red_input {
    border: 2px solid red;
}
.green_input {
    border: 2px solid green;
}







.bgcolor_yellow {
    background-color:#f3c85f;
}
.bgcolor_redd {
    background-color:#ff0000;
}
.bgcolor_red {
    background-color:#CC0000;
}
.bgcolor_orange {
    background-color:#FF8800;
}
.bgcolor_green {
    background-color:#007E33;
}
.bgcolor_black {
    background-color:#000000;
}
.bgcolor_grey {
    background-color:#EFEFEF;
}
.bgcolor_ligth_black {
    background-color:#A0A0A0;
}
.bgcolor_blue {
    background-color: #3969ef;
}
.bgcolor_violet {
    background-color: #ee82ee;
}


.color_yellow {
    color:#f3c85f;
}
.color_redd {
    color:#ff0000;
}
.color_red {
    color:#CC0000;
}
.color_orange {
    color:#FF8800;
}
.color_green {
    color:#007E33;
}
.color_black {
    color:#000000;
}
.color_grey {
    color:#EFEFEF;
}
.color_ligth_black {
    color:#A0A0A0;
}
.color_blue {
    color: #3969ef;
}
.color_violet {
    color: #ee82ee;
}

.color_text {
    /*color: #3969ef;*/
    color: #686868;
}
.underline .color_text {
    color: #3156be !important;
    font-weight: bold;
}
.underline:hover .color_text {
    text-decoration: underline;
    color: #3156be !important;
}


a {
	/*color:rgb(101, 101, 101);*/
	color:#686868;
	text-decoration:none;
}
a:hover {
	/*color:rgb(101, 101, 101);*/
	color:#686868;
	text-decoration:none;
}

label {
    margin-bottom: 0px;
    font-size:13px !important;
    letter-spacing: 0px !important;
    color:#404040;
}


.alert {
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.modal-content {
    border-radius:0px;
}
.align-right {
    align:right;
}
.text-align-right {
    text-align:right;
}

/*
SPORTEE
 */

.social-links > li {
    display: inline-block;
    margin-right: 5px;
}
.social-links > ul li {
    list-style: none;
}
.social-links > li > a {
    opacity: 0.8;
    width: 37px;
    height: 37px;
    border: 1px solid #eaeff5;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}

.img-circle {
    border-radius: 50%;
}





/*
TABLE
 */
th.rotate {
  /* Something you can count on */
  white-space: nowrap;
}

th.rotate > b > div {

  transform:
    /* Magic Numbers */
    translate(0px, 0px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;

}



