/* --- YAF_CG_AUTO_UPGRADE -- */
/* You should not change these lines below until YAF_CG_AUTO_UPGRADE_END */
.glyphicon-refresh-animate{ -animation:spin .7s infinite linear; -webkit-animation:spin2 .7s infinite linear; }
@-webkit-keyframes spin2{
  from{ -webkit-transform:rotate(0deg); }
  to{ -webkit-transform:rotate(360deg); }
}
#page-content{ padding-bottom:50px; }
#performance-monitor-submenu{ overflow:hidden; zoom:1; }
#performance-monitor-submenu .form-group{ float:left; }
.bs-callout{ padding:0 20px; margin:20px 0; border:1px solid #eee; border-left-width:5px; border-radius:3px; }
.bs-callout-info{ border-left-color:#5bc0de; }
.bs-callout-info h4{ color:#5bc0de; }
.bs-callout-params{ padding:0 15px; margin-top:10px; }
.bs-callout-params ul{ padding-left:20px; }
.bs-callout-params li span{ display:inline-block; float:left; width:150px; border-right:gray 1px dotted; margin-right:20px; }
#interface-document-container h4.interface{ margin-top:50px; }
#interface-document-container h4.current{ color:red; }
/* sign in form */
.form-signin{ max-width:500px; margin:0 auto; }
.form-signin input{ padding:10px; font-size:16px; height:auto; }
.form-signin input#inputUsername{ border-bottom-right-radius:0; border-bottom-left-radius:0; margin-bottom:-1px; }
.form-signin input#inputPassword{ margin-bottom:20px; border-top-left-radius:0; border-top-right-radius:0; }
/* flash messages */
#flash-notice, #flash-warning, #flash-error{ padding:6px 15px; margin-bottom:10px; }
/* performance trace */
#performance_trace_block{ position:fixed; bottom:0; left:0; width:100%; background:#dff0d8; color:#468847; line-height:25px; z-index:100;
  font-family:Menlo, Monaco, Consolas, "Courier New", monospace; }
#performance_trace_block .summary{ cursor:pointer; text-align:right; padding-right:20px; }
#performance_trace_detail{ height:300px; overflow-y:scroll; border-top:1px solid #337ab7; background:#f7f7f9; color:#2f6f9f; display:none; }
#performance_trace_block .fuelux .tree{ border:none; padding-left:0; padding-right:0; overflow-x:hidden; }
#performance_trace_block .fuelux .tree li{ margin:0; font-size:12px; }
/* --- YAF_CG_AUTO_UPGRADE_END -- */