/**
 * Copyright (C) 2012 Esup Portail http://www.esup-portail.org
 * Copyright (C) 2012 UNR RUNN http://www.unr-runn.fr
 * @Author (C) 2012 Jean-Pierre Tran <Jean-Pierre.Tran@univ-rouen.fr>
 * @Contributor (C) 2012 Vincent Bonamy <Vincent.Bonamy@univ-rouen.fr>
 *
 * 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.
 */

.esupAgent .ui-content {
padding: 0 !important;
overflow: hidden;
}
.esupAgent .ui-collapsible-content {
padding: 15px;
}
.esupAgent .ui-collapsible {
margin: 0;
}
.esupAgent .ui-navbar .ui-btn-corner-all {
border-radius: 0;
}
.esupAgent .ui-content .ui-listview {
margin: -15px;
}
.esupAgent .ui-navbar .ui-btn-icon-left .ui-btn-text {
left: -16px;
}
.esupAgent .esup-agent-portlet-display-detail .ui-listview {
margin: 15px 0 0 0;
}
.esupAgent .even_label {
display: inline-block;
width: 150px;
color: red;
}
.esupAgent .even_label_subsection {
display: inline-block;
width: 150px;
color: green;
}
.esupAgent .agent_info {
display: inline-block;
width: 140px;
color: red;
}
.esupAgent .odd_value{
display: inline-block;
white-space: normal;
min-width: 150px;
}
.esupAgent .form-submit-popup{
height: 0;
}
.esupAgent .ui-content p, .esupAgent .portlet-section-text{
font-size:14px;	
}