
#header{      
    height: 150px;
    margin-top: 50px;   
    display: flex;
    justify-content: space-around;
}

.cssTitles{
    font-size: 1em;
    color: #333333;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

#titleimage img {width:100%;}

.cssSearchTitlesList {
    font-size: 1em;
    list-style-type:none !important;
          
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;   
}

.cssSearchTitlesItem {
    list-style-type:none !important;    
    overflow:hidden; 
    float:left;    
}

.cssSearchTitlesItem img {
    max-width:160px !important;    
}

.cssSearchTitlesItem a:hover{
    text-decoration:none;
    cursor: pointer;
}

.cssEmphasisText{
    color:#000000;
}

.cssSmallText {
    color:#666666;
    font-size: 0.9em; 
    vertical-align:top;
}

a:hover {
    cursor: default;
}

.cssPagination{
    background-color: none;
}

a.myClass {
    background-color: none;    
}

span.myDisableClass {
    color: blue;
}

ul {
    list-style-type: none;
}



.cssSearchDiv{    
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: right;      
}

.cssSearchDiv input{
    height:30px;
    width:49%;
    margin-right:25%;
    /* text-transform: uppercase; */
    font-family: "Didact Gothic", Arial, Tahoma, sans-serif;
    font-size:1em;
    color:#333;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding:3px;
}

.cssSearchDiv select{
    height:38px;
    padding:5px;
    width:50%;
    margin-right:25%;      
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-bottom: 0px;
}

.halfinputleft {
    width:24% !important;
    margin-right:0% !important;
    margin:0px;
}

.halfselectleft {
    width:25% !important;
    margin-right:0% !important;
    margin:0px;
}

.halfselectright {
    width:24% !important;
    margin-right:25% !important;
    margin:0px;
}

#search img {
    float:right;
    margin-right:25%;
}

#search a:hover img  {
    cursor:pointer;
}



@media only screen and (max-width: 992px) {
    
    .cssSearchDiv{ 
        text-align: left; 
    }
    
    .cssSearchDiv input{
        width:90%;
        margin-right:10%;
        
       
    }

    .halfinputleft {
        width:90% !important;
        margin-right:10% !important; 
        margin-top:10px !important;       
    }
    
    .halfinputright {
        width:90% !important;
        margin-top:10px !important;
        margin-right:10% !important;       
    }

    #search img {     
        margin-right:10%;
    }



}








#titles_per_page{
    width:50px;
}

#order{
    width:100px;
}

#order, #titles_per_page {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#yearsFrom, #yearsTo{    
    width:80px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;

}

.cssInactiveText{
    color:#CCCCCC !important;
}

#count_results{
    text-align:center;
}

#header {
    display:flex; 
    justify-content:space-around;
}

/***** TOOLTIP *****/
.search_tooltip {
    position: relative;
    display: inline-block;
    margin-left:5px;
    margin-top:15px;
    margin-right:10px;
    cursor:pointer;       
}

.search_tooltip img {
    width:16px; 
}

/* Tooltip text */
.search_tooltip .tooltiptext {
    visibility: hidden;    
    background-color: #666666;
    color: #cccccc;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size:0.9em;
    white-space: nowrap;
    margin-left:10px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
.search_tooltip:hover .tooltiptext {
    visibility: visible;
}


#titleinfo div {
    float:left;
    clear:left;
    text-align:left;
    width:100%;
}

#titlerow{
    display:block;
    overflow:hidden;
}

.select2 {   
    margin-right:25% !important; 
    font-size:0.8em;
    color:#333333;  
}

.select2-selection {
    height:35px !important;
}