
/*

#header{      
    height: 150px;
    margin-top: 50px;   
    display: flex;
    justify-content: space-around;
}

.cssTitles{
    font-size: 1em;
    color: #333333;
}

.cssSearchTitlesList {
    font-size: 1em;
    list-style-type:none !important;
 max-width:50%;
          
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;   
}

.cssSearchTitlesList img {
    max-width:250px;
}


.cssSearchTitlesItem {
    list-style-type:none !important;    
    overflow:hidden; 
    float:left;    
}

.cssSearchTitlesItem a:hover{
    text-decoration:none;
    cursor: pointer;
}

.cssEmphasisText{
    color:#000000;
}

.cssSmallText {
    color:#666666;
    font-size: 0.9em; 
}

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;    
}

.cssSearchDiv input{
    height:30px;
    width:300px;
    /* text-transform: uppercase; 

    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#titles_personkind {
    margin-top: 0px; 
    width: 105px; 
}

.cssSearchDiv select{
    height:35px;
    padding:5px;
    width:105px;
    margin-left:5px;
    /* text-transform: uppercase; 
    float:right;
    border: 1px solid #cccccc;
}

#yearsFrom, #yearsTo{    
    width:80px;
}

.cssInactiveText{
    color:#CCCCCC !important;
}

#count_results{
    text-align:center;
}

#titleskind{
    width:303px;
}

#availability{   
    width:303px;
}

#subjectparent{
    width:300px;
}

.select2-selection__rendered {
    line-height: 31px !important;
    font-size:0.8em;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.select2-results__options {   
    font-size:0.8em !important;
}
*/