/**
 * @fileOverview: Stylesheet for Fieldsets
 * @author: Abhishek Dev
 * @date: 2014-07-24
 * 
 --------IMPORTANT----------
 DO NOT edit this generated CSS file. All Modification MUST be made to the master "{myfilename}.less" file
*/
.eFieldset {
  margin: 1.5em 0;
  padding: 0.5em 1em;
}
.eFieldset {
  padding: 0;
}
.eFieldset .cc-header .cc-toolbar {
  position: relative;
  font-size: 110%;
}
.eFieldset .cc-header .cc-toolbar .btn {
  float: right;
  height: 1em;
  width: 1em;
}
.eFieldset .cc-header .cc-toolbar .btn-collapse {
  display: none;
}
.eFieldset .cc-header .title .label {
  font-size: 110%;
  margin: 0;
  padding: 0.5em 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eFieldset .cc-content .contentWrapper {
  padding: 1em;
}
.eFieldset.collapsible > .cc-header {
  cursor: pointer;
}
.eFieldset.collapsible > .cc-header .cc-toolbar .btn-collapse {
  display: block;
}
.eFieldset.collapsible > .cc-header:hover .title .label {
  text-decoration: underline;
}
.collapsible > .cc-content {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.collapsed > .cc-content {
  opacity: 0;
  display: none;
}
