
/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    height:36px;
    font-weight: bold;
    font-size: 2.1rem;
    
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0;
    margin-right: 1px;
    list-style-image:none !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    display:block;
    height: 42px;
    width: auto;
    text-decoration:none;
    color:#000000;
    padding: 15px 20px;
    margin:0px 0px 0 -12px;
    position:relative;
   /* border: 1px solid #818181;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    background-color: #dadada;
    outline: none;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}


.account-tab {
    width: 155px !important;
}

ul.tabs a:active {
    outline:none;
    background-color: #f5f5f5;
}

ul.tabs a.active {
    background-color: #f5f5f5;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    color:#000000 !important;
    /*background-position: -420px -31px;
    color:#fff;*/
    /*background-color: #ffffff;*/
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs li.current a {
    /*background-position: -420px -62px;*/
    cursor:default !important;
    color:#000000 !important;
    background-color: #f5f5f5;
    height: 42px;
    font-size: 2.1rem;
    padding: 15px 20px;
    font-weight: 700;
    margin-right: 0px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    z-index: 9999;
}

ul.tabs a.current:hover {
    /*background-position: -420px -62px;*/
    cursor:default !important;
    color:#000000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover { background-position: -248px -31px; }
ul.tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}

.panes > div
{
	/*border: 1px solid #818181;*/
  padding: 35px 40px 35px 40px;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #383838;
}

.panes > div img {
    margin-bottom: 20px;
}

#elencoQuery
{
	padding: 20px;
	float: left;
}