/*! Rappid v1.7.2 - HTML5 Diagramming Framework - TRIAL VERSION

Copyright (c) 2015 client IO

 2016-07-06 


This Source Code Form is subject to the terms of the Rappid Trial License
, v. 2.0. If a copy of the Rappid License was not distributed with this
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
 or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/


.inspector-container {
/*   border: 1px solid #333;
   border-top: 1px solid #4f4f4f;*/
   color: #bcbcbc;
   background: #fafbfe;
   -webkit-box-shadow: 2px 10px 16px 2px rgba(0,0,0,0.08);
   box-shadow: -2px 10px 16px 2px rgba(0,0,0,0.08);
   /*
   background-color: hsla(220,11%,97%,.95);
   */
}

.group > .group-label {
   color: white; 
}

.field > label { 
   color: black;
   font-weight: bold;
}

.field [data-attribute]{ 
   /*
   background-color: white;
   */
   text-shadow: none;
   color: #000000;
   font-weight: none;
}

.inspector .group:first-child{
    margin-top:0px;
}

.inspector .group.closed:first-child{
    margin-top:0px;
}