#vl-claim-map-div{
    overflow:hidden;
    padding:20px 20px;
    z-index:66666;
    border:1px solid rgb(220,220,220);
    background-color:rgb(245,245,245);
    opacity:1;
    position:fixed;
    font-size:20px;
    box-sizing:border-box;
    -moz-box-shadow: 1px 1px 2px 2px rgb(150,150,150);
    -webkit-box-shadow: 1px 1px 2px 2px rgb(150,150,150);
    box-shadow: 1px 1px 2px 2px rgb(150,150,150);
    width:375px;
    line-height:1;
}
.vl-remove-favorite, .vl-close-claim-modal {
    position:absolute;
    top:5px;
    right:5px;
    width:15px;
    height:15px;
    /*content:url(../../img/iconmonstr-x-mark-icon-32-lightgrey.png);*/
    background-color:transparent;
    opacity:.6;
}
.vl-remove-favorite:hover, .vl-close-claim-modal:hover {
    cursor:pointer;
    /*content:url(../../img/iconmonstr-x-mark-icon-32-darkgrey.png);*/
    opacity:.8;
}

.vl-favorites-filter-div {
    /*position:absolute;
    width:200px;
    top:12px;
    right:0px;*/
    float:left;
}
#vl-favorites-filter{
    width:130px;
    font-size:14px;
    border:1px solid rgb(220,220,220);

}

#vl-saved-searches{
    display:none;
    overflow:hidden;
}
#vl-user-favorites-data {
    display:block;
    overflow:hidden;
}

#vl-user-profile-footer {
    box-sizing:border-box;
    border-top:1px solid rgb(200,200,200);
    padding-top:20px;
}
.vl-page-title {
    font-size:20px;
    border-bottom:1px solid rgb(220,220,220);
    /*margin-bottom:15px;*/
    padding:0 0 5px 0;
}
.vl-page-content {
    font-size:14px;
}
.vl-toggle-tab {
    float:left;
    border:1px solid rgb(200,200,200);
    margin-right:5px;
    border-bottom:0px;
    box-sizing:border-box;
    padding:5px;
    cursor:pointer;
    font-size:16px;
    background-color:rgb(230,230,230);
}
.vl-toggle-tab:hover {
    background-color:rgb(245,245,245);
    
}
.vl-toggle-tab.selected-tab {
    position:relative;
    z-index:1;
    /*background-color:rgb(245,245,245);
    border-bottom:1px solid rgb(240,240,240);*/
    background-color:white;
    border-bottom:1px solid white;
    top:0px;
}
#vl-tab-container {
    overflow:hidden;
    
}
#vl-edit-container-div {
    max-width:1200px;
    max-width:720px;
    line-height:1;
    margin:10px auto;
}
#vl-content-div {
    border:1px solid rgb(220,220,220);
    box-sizing:border-box;
    padding:20px;
    position:relative;
    top:-1px;
    overflow:hidden;
    color:#545454;
    line-height:1.2;
}
#vl-claimed-ids-div{
    display:none;
}


#vl-user-profile-div{
    display:none;
}
.vl-featured-button {
    float:left;
    cursor:pointer;
}
.vl-save-featured {
    float:left;
}
.vl-cancel-featured {
    float:right;
}
.vl-featured-button:hover {
}


.vl-search-filter-title {
    margin-top:4px;
    padding-right:5px;
    font-size:18px;
    float:right;
    margin-right:5px;
}

.vl-pop-up-search {
    float:right;
    margin-bottom:10px;
    width:220px;
}
#vl-featured-filter {
    border:1px solid rgb(220,220,220);
    float:right;
    padding:3px;
    width:150px;
    margin-top:3px;
    height:16px;
    font-size:14px;
}
.open-modal-callout {
    display:inline-block;
    margin-right:7px;
    /*background-color:white !important;*/
}

#open-publications {
    /*background-color:white !important;*/
}
#open-publications:hover {
    /*border:1px solid transparent;
    background-color:rgb(250,242,95) !important;*/
}
#open-patents {
    /*background-color:white !important;
    color:rgb(93,113,223);*/
}
#open-patents:hover {
    /*border:1px solid transparent;
    color:white;
    background-color:rgb(93,113,223) !important;*/
}
#open-innovations {
    /*background-color:white !important;
    color:rgb(236,98,98);*/
}
#open-innovations:hover {
    /*border:1px solid transparent;
    color:white;
    background-color:rgb(236,98,98) !important;*/
}
#open-news {
    /*background-color:white !important;
    color:rgb(201,109,216);*/
}
#open-news:hover {
    /*border:1px solid transparent;
    color:white;
    background-color:rgb(201,109,216) !important;*/
}
.vl-pro-field-name{
    width:100%;
    float:left;
    padding:5px 0;
    font-size:20px;
    margin:7px 0px;
}
.vl-pro-select-div {
    width:100%;
    box-sizing:border-box;
    margin:0;
    outline:none;
    float:left;
    font-size:16px;
}
.vl-pro-select-div form{
    
}
.preferred-option {
    padding-left:10px;
    box-sizing:border-box;
    width:calc(100% - 20px) !important;
}
.vl-pro-select-div input{
    float:left;
    text-align:left;
}
.vl-pro-select-div div{
    width:100%;
    box-sizing:border-box;
    float:left;
    
}
.vl-pro-select-div img{
    max-width:200px;
    max-height:200px
}
.vl-pro-input-field:focus {
}
.vl-pro-field-div-half{
    padding:0px 0px 20px 0px;
    overflow:hidden;
    
}
.vl-pro-field-div-full{
    overflow:hidden;
    padding:0px 0px 20px 0px;
}
.vl-pro-field-div-full:last-child{
    padding:0;
}
.vl-provenance-list {
    font-size:14px;
    overflow:hidden;
    margin:0px;
    padding:0 10px 0 30px;
    max-width:700px;
    
}
#pro-menu {
    box-sizing:border-box;
    border-bottom:1px solid rgb(220,220,220);
    overflow:hidden;
}

.menu-item {
    float:left;
    border-right:1px solid rgb(220,220,220);
    padding-right:5px;

}
.menu-item:last-child {
    border-right:0;
}
.menu-item:hover{
    background-color:rgb(220,220,220);
    cursor:pointer;
}
.menu-title{
    float:left;
    font-size:16px;
    padding-top:7px;
}
/*Visleg Classes and Ids needed for styling Featured Modal*/
.VL-search-results-keywords {
    font-size:14px;
    line-height:14px;
    margin-top:5px;
}
.VL-keywords-title{
    text-decoration:none;
    text-transform:capitalize;
    color:rgb(70,70,70);
    font-size:14px;
    line-height:14px;
    display:none;
    float:left;
}
.VL-search-results-title{
    overflow:hidden;
    font-weight:normal;
    font-style:normal;
    /*color:#0088bb;*/
    font-size:18px !important;
    line-height:1.2 !important;
    margin:0 0;
/*display:inline-block;*/
}
.VL-search-results-title a:hover{
    transition: .3s;
    color:#22bbee;
}
.VL-search-results-title a{
    color:rgb(60,120,180);
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    /*color:#0088bb;*/
    font-size:18px !important;
    line-height:1.2 !important;
}
/*.VL-search-results-title:hover{
    transition: .3s;
    color:#22bbee;
}*/
.VL-search-results-type{
    margin:0;
    padding:0;
    line-height:1.2 !important;
    font-size: 14px !important;
    font-weight:400 !important;
}

.VL-search-results-content{
    overflow:visible;
    font-size:14px;
    line-height:1.2;
    padding:0;
    margin:2px 0 0 0;
    max-height:50px;
    overflow:hidden;
    text-align:justify;
    font-weight:400 !important;
}
.search-lielem-text {
    margin-left:108px;
}
.left{
    float:left;
    margin:0px 10px 0px 0;
}
.vl-checkbox-div{
    margin-top:30px;
    margin-right:10px;
    float:left;
}

#unclaim-map{
    
    clear:both;
    margin-top:15px;
    float:right;
}
.claimed-links {
    margin-left:20px;
    color:rgb(50,100,150);
    text-decoration:none;
}
.claimed-links:hover {
    text-decoration: underline;
}
.claimed-links-title {
    margin:10px 0px 5px 0;
    width:110px;
    display:inline-block;
}
#popup-dude {
    /*display:none;*/
    overflow:hidden;
    padding:20px 30px;
    z-index:9001;
    border:1px solid rgb(220,220,220);
    background-color:rgb(245,245,245);
    opacity:0;
    position:fixed;
    font-size:20px;
    box-sizing:border-box;
    -moz-box-shadow: 1px 1px 2px 2px rgb(150,150,150);
    -webkit-box-shadow: 1px 1px 2px 2px rgb(150,150,150);
    box-shadow: 1px 1px 2px 2px rgb(150,150,150);
    width:375px;
}
#vl-modal-interface-content .VL-searchbar-search-results-li ,#vl-user-favorites-div .VL-searchbar-search-results-li {
    position:relative;
    list-style-type: none;
    overflow:hidden;
    padding:10px;
    margin:10px;
    background-color:white !important;
}
#vl-user-favorites-div {
    overflow:hidden;
    background-color:rgb(241,241,241);
    border:1px solid rgb(220,220,220);
    margin-top:30px;
    
    clear:both;
}
.vl-md-box-1{
    box-shadow:rgba(0, 0, 0, 0.0980392) 0px 1px 2px 0px;
    border:1px solid rgb(235,235,235); 
}
.vl-md-box-2{
    box-shadow:rgba(0, 0, 0, 0.0980392) 0px 3px 6px 0px;
    border:1px solid rgb(235,235,235);
}

.vl-open-detail-account, .vl-open-nav-account {
    /*padding:5px;*/
    float:left;
    height:auto;
    color:#363636;
    font-weight:500;
    font-size:14px;
    line-height:1.2;
    position:relative;
    margin-right:10px;
    margin-top:5px;

}
.vl-open-detail-account a, .vl-open-nav-account a{
    line-height:1 !important;
}

.provContainer {
    position:relative;
    padding:10px;
    
}
.provContainer:hover {
    background-color:rgb(241,241,241);
}
.open-provenances{
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    margin:0px !important;
    width:120px !important;
}
input[type=checkbox], .checkbox, input[type=radio], .radio {
    margin:0px;
    margin-top:0px;
    
}

#vl-edit-account-submit{
    float:left;
    clear:left;
    margin-top:10px;
}
#vl-edit-account-reset-pw {
    float:right;
    clear:right;
    margin-top:10px;
}
.vl-user-settings-div {
    margin:20px 0px;
    font-size:14px;
}
.vl-user-settings-header {
    font-size:18px;
}
.vl-user-settings-title {
    margin-right:20px;
}
.vl-user-settings-container {
    padding: 10px 0px;
}
.vl-user-settings-radio-button {
    margin-right:5px !important;
    margin-top:2px !important;
}
.vl-user-settings-radio-label {
    margin-right:20px !important;
}
