/** tables */
table.index {
  /** border-top: 1px solid #E5E6E8;*/
  border: 1px solid #E5E6E8;
  color: #635858;
  margin: 0 auto;
  width: auto;
  clear: both;
}
.index thead,
.index tbody {
    display: block;
}
.index thead {
  border-bottom: 1px solid #E5E6E8;
  font-size: 13px;
}

.index thead.border-head {
    border-bottom: 1px solid #E5E6E8;
}

.index tbody {
    overflow-x: hidden;
    overflow-y: auto;
}

.index tbody.scrollable-content {
    overflow-y: scroll;
}

table.get-index {
    border: none;
    -webkit-border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    border-radius: 7px;
    border-collapse: separate /** ImportantDelete */;
}
.get-index  thead,.get-index  tbody {
    display: block;
}
.get-index  thead {
    /*height: 40px;*/
    line-height: 40px;
    font-size: 14px;
}

.get-index  thead.border-head {
    /*height: 40px;*/
    border-bottom: none;
}

.get-index tbody {
    overflow: auto;
}


/** lists */
.outerIndex {
    padding:0 30px 15px 30px /** ImportantDelete */;
}

.index th {
  background-color: #FFFFFF;
  color: #635858;
  margin: 0;
  padding: 15px 0 15px 5px;
  text-align: left;
}

.index td {
    padding: 7px;
    margin: 0 /** ImportantDelete */;
    /** color: #45525b; */
    border-bottom:none;
}
.index tr {
   /* border-top: 1px solid #999;*/
    vertical-align: middle;
    cursor: pointer;
}

.index tr.odd {
  background-color: #FFFFFF;
}

.index tr.even {
    background-color: #F9F9F9;
}
.get-index th {
    text-align:left;
    padding:0 5px;
    background-color:#fff;
    color: #a2a9ad;
}
.get-index td {
    padding:5px;
    color: #45525b;
}
.get-index tr {
   /* border-top: 1px solid #999;*/
    vertical-align: middle;
}
.get-index  thead tr {
    border-top: none /** ImportantDelete */;
}

.get-index tr.odd {
    background-color: #f5f5f7;
}
.get-index tr.even {
    background-color: #fff;
}

/** Menu dropdown Tabella */
#div-drop-menu {
    display: none;
    margin-left: -117px;
    margin-top: -5px;
    position: absolute;
    z-index: 999999;
}

    #div-drop-menu .drop-menu-container{
        display: block;
    }

    .drop-menu-container {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #EAEEF1;
        width: 150px;
        box-shadow: 0px 0px 3px rgba(46, 49, 55, 0.26);
        display: none;
    }

        .drop-menu-header {
            border-bottom: 1px solid #EAEEF1;
            height: 37px;
            margin-bottom: 10px;
            padding: 10px;
            color: #7B848B;
            font-weight: 900;
        }

        .drop-menu-option {
            float: left;
        }

        .drop-menu-close,
        .drop-menu-open {
            float: right;
            background-image: url("/img/icons/button-icons.png");
            background-position: -219px -383px;
            cursor: pointer;
            height: 25px;
            margin-right: -2px;
            margin-top: -4px;
            width: 24px;
        }


        .drop-menu-open {
            background-position: -190px -381px;
            height: 27px;
            margin-right: 1px;
            margin-top: 0;
            width: 26px;
        }

        .drop-menu-open:hover {
            background-position: -190px -317px;
        }

        .drop-menu-close:hover {
            background-position: -219px -319px;
        }

        .drop-menu-submenu {
            padding-bottom: 15px;
        }

        .drop-menu-submenu > li {
            text-align: left;
        }

        #div-drop-menu button {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            color: #7B848B;
            font-weight: normal;
            text-decoration: none;
            margin-left: auto;
        }

        #div-drop-menu button:hover {
            color: #2EA8EB;
        }

/**END Menu dropdown Tabella */

