.col-md-3{max-width:100%;}
.align-txt{
	margin-left:-10px;
}
.pager{ 
	text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1em;    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
  }
.page-numbers{

    padding: 12px 16px;
    border: 2px solid #C9C2B8;
    border-radius: 8px;
    margin: 0 7px;
    color: #C9C2B8;
    text-decoration: none;
    font-weight: 600;
	width: 60px;
	background-color: #ffffff;
}
.page-numbers_page{

    padding: 12px 16px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    margin: 0 7px;
    color: #C9C2B8;
    text-decoration: none;
    font-weight: 600;
	width: auto;
	background-color: #ffffff;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 130px;
  bottom: 42px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {background-color: #ccc}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980B9;
}



.current{
	background-color: #4a4338;
    color: #fff;
    border-color: #4a4338;
}

.page-numbers:hover,.page-numbers:focus{
	-webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #847764;
    color: #fff;
    border-color: #847764;
}
.page-numbers_page:hover,.page-numbers:focus{
	-webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background-color: #847764;
    color: #fff;
    border-color: #847764;
}

#myModal,#myModal_etude{  
  overflow-y: hidden;  
  z-index:9999999;
  
        
}
.tri{
	background-color:#ffffff;
	color:#000000;
	border:0px;	
}

.modal-body{
	overflow-x: hidden;
}
select:disabled:hover,input:disabled:hover{
    pointer-events: none;
	background-color:#eee;
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;

   
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;

}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}