/*
 *  Copyright 2015 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* This file gathers mutual css class definitions from the link directory service and the link directory input data */

.linkdirectory-inputdata ul {
    margin: 0;
    padding: 0;
}

.linkdirectory-inputdata ul > li
{
    list-style-type: none;
    background-image: none;
    padding: 10px;
}

.linkdirectory-inputdata ul.links > li.link
{
    background-image: none;
    padding: 4px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 74px;
    text-align: center;
    vertical-align: bottom;
}

.linkdirectory-inputdata ul.links > li.link a {
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
    text-decoration: none;
}

.linkdirectory-inputdata ul.links > li.link span.picture {
    display: block;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
}
.linkdirectory-inputdata ul.links > li.link span.picture img {
    vertical-align: middle;
    border: none;
    margin: 0;
}
    
.linkdirectory-inputdata ul.links > li.link span.text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.linkdirectory-inputdata ul.links > li.link span.text.nopicture {
    margin-top: 50px;
}

.linkdirectory-inputdata .see-more-less 
 {
     border: none;
 }

.linkdirectory-inputdata div.configuration-error
{
    padding-left: 15px;
    padding-right: 17px;
}

.configure-links-inputdata-button
{
	float: right;
	font-size: 0.9em !important;
}
.configure-links-dialog-text
{
    margin-bottom: 10px;
}
