/*///////////////////////////////
////////// Table
///////////////////////////////*/

table td {
    vertical-align: top;
}

table.table {
    background: #FFF;
}

table.box table.table {
    border: 0;
}


table.table tr td {
    padding: 10px;
    line-height:2;
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right: 1px solid #F5F5F5;
    text-align: left;
}

table.table tr td.bold {
    font-weight: bold;
    color: #666666;

}

table.table tr.legend td {
    font-weight: bold;
    padding-bottom: 20px;
    border-right: 0px;
    opacity:0.8;
}

table.table tr.row1 {
    background-color: #F9F9F9;
}

table.table tr.row0 {
    background-color: #FFFFFF;

}

table.table .item.clickable {
    cursor: pointer;
}

table.table .row.clickable:hover td {
    background-color: rgba(0,0,0,0.04);
}

table.table .legend .sortable {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

table.table .legend .sort-direction-0 a::after {
    content: 'arrow_drop_down';
    font-family: 'Material Icons';
    line-height: 14px;
    vertical-align:middle;
    font-size:14px;
    margin-left: 5px;
}

table.table .legend .sort-direction-1 a::after {
    content: 'arrow_drop_up';
    font-family: 'Material Icons';
    line-height: 14px;
    vertical-align:middle;
    font-size:14px;
    margin-left: 5px;
}

table.table .legend .sortable a {

    vertical-align:middle;
    color:#333;
}


table.table .legend .sortable.selected a {
    color:#08a5e8;
}

table.table tr td.column-buttons {
    text-align:left;
}

/*///////////////////////////////
////////// Block
///////////////////////////////*/
.list-table-wrapper {
    padding: 20px;
    background:#FFF;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 1px 0px rgba(0,0,0,0.07), 0px 2px 1px -1px rgba(0,0,0,0.06);

}


/*///////////////////////////////
////////// Selectors
///////////////////////////////*/

.list .selectors .item {
    padding-right: 10px;
    border-right: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 10px;
}

.list .ico img {
    height: 16px;
}

.list .ico-link {
    color:#333;
    opacity:0.7;
    font-size: 14px;
    margin-right: 20px;
    vertical-align:top;
}

.list .ico-link span {
    vertical-align:top;
}

.list .ico-link:hover {
    opacity:1;
}

.list .ico-link .material-icons {
    width: 16px;
    height: 16px;
    text-align:center;
    vertical-align:top;
    line-height: 16px;
    font-size: 16px;
    display:inline-block;
}

.list .ico-link-remove .material-icons {
    background:#FF0000;
    border-radius: 20px;
    line-height: 16px;
    color:#FFF;
}

/*///////////////////////////////
////////// Grid
///////////////////////////////*/

.gridInput {
    border: none;
}

.gridInput:focus {
    outline-width: 0;
}

.grid-item.none {
    position: relative;
    top:0px;
    left:0px;
    opacity: 50%;
    font-weight: bold;
    background-color: #eee;
}

.grid-item.text {
    cursor: pointer;
}

.grid-item.select {
    cursor: pointer;
}

.grid-item.file {
    cursor: pointer;
    position: relative;
    top:0px;
    left:0px;
}

.image-container {
    position:relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.upload-icon {
    max-width: 64px;
    height:auto;
    cursor: pointer;
}

.upload-icon-hidden {
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    max-width: 64px;
    height:auto;
    cursor: pointer;
    opacity: 0;
}

.upload-icon-hidden:hover {
    opacity: 0.5;
}


.grid-item.active {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: 1px solid #DDDDDD;
}

.grid-item.active {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
