﻿.g-accordion, .accordion-list {
  list-style : none;
  margin     : 0;
  padding    : 0;
}

.g-accordion .list-item-header {
  background  : #b3b3b3;
  color       : #fff;
  cursor      : pointer;
  line-height : 3em;
  margin      : 0 0 1px;
  min-height  : 3em;
  padding     : 0 1em 0 4em;
  position    : relative;
}

.g-accordion .list-item-header:hover {
  background-color: #a7a7a7;
}

.g-accordion .list-item-body .list-item-header {
  background : #e5e5e5;
  color      : #555;
}

.g-accordion .list-item-body .list-item-header:hover {
  background-color: #ddd;
}

.g-accordion .list-item-header .carrot {
  background  : #ababab 50% no-repeat;
  bottom      : 0;
  left        : 0;
  position    : absolute;
  text-align  : center;
  text-indent : -9999px;
  top         : 0;
  width       : 3em;
}

.g-accordion .list-item-body .list-item-header .carrot {
  background  : #ddd 50% no-repeat;
}

.g-accordion .list-item-header .carrot.opened {
  background-image: url('../../../Image/Icons/dropdown_carrot_11x11.png');
}

.g-accordion .list-item-header .carrot.closed {
  background-image: url('../../../Image/Icons/dropright_carrot_11x11.png');
}

.g-accordion .list-item-title {
  font-size   : 1em;
  font-weight : normal;
  margin      : 0;
  display     : inline-block;
  zoom        : 1;
  *display    : inline;
}

.g-accordion .list-item-counter {
  color          : #000000;
  float          : right;
  letter-spacing : .1em;
}

.g-accordion .list-item-body > p {
  color       : #555;
  line-height : 1.7em;
  margin      : 0;
  padding     : 1em 4em;
  text-indent : 4em;
}


            
.g-table {
    background      : #fff;
    border-collapse : collapse;
    border-spacing:3px 3px;
    /*outline         : 3px solid #eee;*/
    width           : 100%;
}

.g-table, .g-table th, .g-table td {
    border: 1px solid #ddd
}

.g-table.list th, .g-table.list td {
    border-left  : 1px dotted #eee;
    border-right : 1px dotted #eee;
}

.g-table th, .g-table td {
    line-height : 2em;
    padding-right: 2em;
    text-align  : center;
}

.tdNome{
    text-align:left !important;
}
.g-table tbody {
    color: #555;
}

.g-table tbody th, .g-table thead th, 
.g-table tfoot th {
    font-weight: normal;
}

.g-table tfoot  th{
    text-align: right;
}

.g-table thead, .g-table tfoot {
    background: #f3f3f3
}

.g-table thead th {
    letter-spacing: .1em;
}

.imgDisable
{
    opacity: 0.3;
}

table.body tr td.body table.texto tr td {
    text-align: left;
}
.imgPaddingRight{
        padding-right: 3px;
}

/*.truncate {
  text-overflow: ellipsis;
}*/

.spanNome {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.color_escolas
{
    background-color:#ccc!important;
}

.color_escolas:hover
{
    background-color: #c5c5c5!important;
}

.color_escolas .carrot 
{
    background-color: #c5c5c5!important;
}


/*.g-accordion .list-item-header-2 {
  background  : #cccccc;
  color       : #fff;
  cursor      : pointer;
  line-height : 3em;
  margin      : 0 0 1px;
  min-height  : 3em;
  padding     : 0 1em 0 4em;
  position    : relative;
}

.g-accordion .list-item-header-2:hover {
  background-color: #a7a7a7;
}

.g-accordion .list-item-body .list-item-header-2 {
  background : #cccccc;
  color      : #555;
}

.g-accordion .list-item-body .list-item-header-2:hover {
  background-color: #ddd;
}

.g-accordion .list-item-header-2 .carrot {
  background  : #ababab 50% no-repeat;
  bottom      : 0;
  left        : 0;
  position    : absolute;
  text-align  : center;
  text-indent : -9999px;
  top         : 0;
  width       : 3em;
}

.g-accordion .list-item-body .list-item-header-2 .carrot {
  background  : #ddd 50% no-repeat;
}

.g-accordion .list-item-header-2 .carrot.opened {
  background-image: url('../../../Image/Icons/dropdown_carrot_11x11.png');
}

.g-accordion .list-item-header-2 .carrot.closed {
  background-image: url('../../../Image/Icons/dropright_carrot_11x11.png');*/