/**
 * Stylesheet
 * 
 * @plugin Network Only Plugins Tab
 */

#nopt_config_tr, #nopt_config_tr td {
    padding: 0;
}

#nopt_config_row {
    margin: 10px 15px 20px 12px;
    padding: 12px;
    -moz-box-shadow: -3px 3px 5px 3px #E4E4E4;
    -webkit-box-shadow: -3px 3px 5px 3px #E4E4E4;
    box-shadow: -3px 3px 5px 3px #E4E4E4;
}

.config_hidden {
    display: none;
}

#nopt-message{
    display: none;
    padding: 13px;
    font-weight: bolder;
    font-size: 1.2em;
}

#network-only-plugins-tab th, 
#network-only-plugins-tab td, 
#plugins-exclusivos-para-red th, 
#plugins-exclusivos-para-red td, 
#plugins-exclusivos-de-rede th, 
#plugins-exclusivos-de-rede td, 
#nopt-tr-settings th, 
#nopt-tr-settings td {
    border-bottom: none;
    border-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nopt-tr-settings th {
    padding: 0 0 8px;
}
#nopt-tr-settings td {
    padding: 0;
}

.nopt-table th, .nopt-table td {
    border-bottom: none;
}

.nopt-table th {
    vertical-align: top;
}

.nopt-table td {
    vertical-align: middle;
}

input:focus{
    outline: 0;
}

.nopt-table tr{
    height: 57px;
}

.nopt-icon {
    font-family: FontAwesome;
    margin-right: 5px;
    color: #000;
    font-size: 1.2em;
    line-height: 1.2em;
    vertical-align: middle;
}

/* TINHA DELETADO NAO SEI PORQUE */
.nopt-help-tab-content {
    padding: 10px;
    max-width: 800px;
}

.nopt-setting-option {
    margin: 7px 0;
    border-bottom: 1px solid #dedede;
}

.nopt-setting-option.no-border {
    margin: 7px 0;
    border-bottom: 0;
}

.nopt-loading {
    color: #2271b1;
    font-style: italic;
}

.icon-help {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}

#tab-link-nopt_help_tab a {
    font-weight: 800;
    font-size: 18px;
}

.make-network-only .the-input {
    zoom: .8;
}

.make-network-only span.feedback-ok,
#tab-panel-nopt_help_tab h3.feedback-ok {
    color: green;
}

.make-network-only span.feedback-erro,
#tab-panel-nopt_help_tab h3.feedback-erro {
    color: rgb(190, 3, 3);
}

.contextual-help-tabs {
    width: 170px;
}
.contextual-help-tabs-wrap {
    padding: 0 20px 0 15px;
}
#contextual-help-back {
    left: 170px;
}

/* EXCLUSIVE PLUGINS COLUMN */
.compact-list-container {
    font-family: monospace, sans-serif;
    padding: 5px;
}

.compact-list {
    list-style-type: square;
    padding: 0;
    margin: 0;
}

.compact-list li {
    padding: 1px 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.1;
    border-bottom: 1px solid #dedede;
}

.compact-list li:hover {
    background-color: #e0e0e0;
}

.compact-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nopt-settings-tab {
    text-align:center;
}

.nopt-setting-option.opt-list.sub-first {
    padding-left: 26px;
}