
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(css/dropdown.css);
@import url(css/jquery-ui/jquery-ui.css);
@import url(statistics/css/tnp-statistics.css);

/* Bootstrap like */

#tnp-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tnp-wrap *:before,
#tnp-wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.row {
    margin-right: -15px;
    margin-left: -15px;
}*/

.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.66666667%;}
.col-md-10 {width: 83.33333333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.66666667%;}
.col-md-7 {width: 58.33333333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.66666667%;}
.col-md-4 {width: 33.33333333%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.66666667%;}
.col-md-1 {width: 8.33333333%;}
.col-md-pull-12 {right: 100%;}
.col-md-pull-11 {right: 91.66666667%;}
.col-md-pull-10 {right: 83.33333333%;}
.col-md-pull-9 {right: 75%;}
.col-md-pull-8 {right: 66.66666667%;}
.col-md-pull-7 {right: 58.33333333%;}
.col-md-pull-6 {right: 50%;}
.col-md-pull-5 {right: 41.66666667%;}
.col-md-pull-4 {right: 33.33333333%;}
.col-md-pull-3 {right: 25%;}
.col-md-pull-2 {right: 16.66666667%;}
.col-md-pull-1 {right: 8.33333333%;}
.col-md-pull-0 {right: auto;}
.col-md-push-12 {left: 100%;}
.col-md-push-11 {left: 91.66666667%;}
.col-md-push-10 {left: 83.33333333%;}
.col-md-push-9 {left: 75%;}
.col-md-push-8 {left: 66.66666667%;}
.col-md-push-7 {left: 58.33333333%;}
.col-md-push-6 {left: 50%;}
.col-md-push-5 {left: 41.66666667%;}
.col-md-push-4 {left: 33.33333333%;}
.col-md-push-3 {left: 25%;}
.col-md-push-2 {left: 16.66666667%;}
.col-md-push-1 {left: 8.33333333%;}
.col-md-push-0 {left: auto;}
.col-md-offset-12 {margin-left: 100%;}
.col-md-offset-11 {margin-left: 91.66666667%;}
.col-md-offset-10 {margin-left: 83.33333333%;}
.col-md-offset-9 {margin-left: 75%;}
.col-md-offset-8 {margin-left: 66.66666667%;}
.col-md-offset-7 {margin-left: 58.33333333%;}
.col-md-offset-6 {margin-left: 50%;}
.col-md-offset-5 {margin-left: 41.66666667%;}
.col-md-offset-4 {margin-left: 33.33333333%;}
.col-md-offset-3 {margin-left: 25%;}
.col-md-offset-2 {margin-left: 16.66666667%;}
.col-md-offset-1 {margin-left: 8.33333333%;}
.col-md-offset-0 {margin-left: 0;}


/* jQuery UI tab patch */
.ui-widget-header {
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.ui-tabs-panel {
    padding: 15px!important;
}

/* HEADER *********************************************************************/
#tnp-header {
    text-align: left;
    font-size: 12px;
    xheight: 110px;
    color: #fff;
    font-family: "Montserrat",sans-serif;
}

#tnp-header input {
    font-size: 12px;
}

#tnp-header a {
    text-decoration: none;
    /*font-family: "Montserrat",sans-serif;*/
    color: white;
    letter-spacing: 0.1em;
}

#tnp-header a:hover {
    color: #fff;
}

.error a, .error a:hover {
    color: #000!important;
}

.updated a, .updated a:hover {
    color: #000!important;
}

.tnp-error {
    border-left: 5px solid #dd0000;
    background-color: #fff;
    padding: 10px;
    margin: 15px 0; 
}

.tnp-warning {
    border-left: 5px solid #ffb900;
    background-color: #fff;
    padding: 10px;
    margin: 15px 0; 
}

.tnp-message {
    border-left: 5px solid #46b450;
    background-color: #fff;
    padding: 10px;
    margin: 15px 0;
}

/* Admin header for extensions */
#newsletter-header-ext {
    text-align: left;
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    float: right;
    width: 300px;
}

#newsletter-header-ext a {
    margin-right: 10px;
    text-decoration: none;
}

#newsletter-path {

}

#newsletter-nav {
    margin-bottom: 15px;
}

.newsletter-separator {
    clear: both;
    height: 5px;
}

/*
.tnp-wrap, .tnp-wrap td, .tnp-wrap th, .tnp-wrap input, .tnp-wrap textarea {
    font-size: 13px;
    font-family: sans-serif;
    line-height: 130%;
}
*/

.tnp-wrap select {
    height: auto;
    vertical-align: initial;
}
.tnp-wrap {
    /*background-color: white;*/
    /*padding: 10px;*/
}

.tnp-wrap td a {
    text-decoration: underline;
}

.tnp-wrap a {
    font-weight: bold;
}

.tnp-wrap h2 {
}

.tnp-wrap h3 {
}

.tnp-wrap h4 {
}

.tnp-wrap h5 {

}

.tnp-wrap ul li {
    margin-left: 20px;
    list-style-type: disc;
}

.form-table {
    background-color: #fff;
    border: 1px solid #ddd;
}

.form-table th {
    text-align: right;
    font-weight: bold;
    border-right: 1px solid #ddd;
    max-width: 200px;
    color: #000000;
}
.form-table th small {
    font-weight: normal;
}

.widefat th {
    text-align: left;
}


div.submit {
    margin-top: 5px;
    padding: 5px;
}

.bordered-table {
    border-collapse: collapse;
}

.bordered-table td, .bordered-table th {
    border: 1px solid #ccc;
    padding: 3px;
}

.newsletter-button {
    font-size: 10px;
}
table.clicks td {
    border: 1px solid #666;
    padding: 2px;
    font-size: 10px;
}

table.clicks {
    border-collapse: collapse;
}

.grid {
    border-collapse: collapse;
}
.grid td, .grid th {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0;
}
.grid th {
    background-color: #aaa;
}

.form-table textarea {
    width: 100%;
}

.hints {
    xborder: 1px solid #e4e4ee;
    xbackground-color: #f4f4ff;
    xpadding: 5px;
    margin-top: 10px;
    xborder-radius: 4px 4px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    xbackground-color: #fcf8e3;
    xborder-color: #faebcc;
}

.intro {
    font-size: 11px;
    margin: 6px 6px 8px;
}


.newsletter-badge {
    color: #fff;
    background-color: #666;
    border-radius: 5px;
    padding: 1px 5px;
}

.newsletter-checkbox-group, .nl-checkbox-group {
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    margin-bottom: 5px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}

/* Checkbox group */
.newsletter-checkboxes-item {
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f4f4f4;
    width: 150px;
    margin-bottom: 5px;
    padding: 3px;
    white-space: nowrap;
    overflow: hidden;
}

.newsletter-checkboxes-item input {
    vertical-align: text-bottom;
}

.newsletter-checkboxes-item label {
    display: inline;
}

.newsletter-preferences-item {
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    width: 250px;
    margin-bottom: 5px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.newsletter-preferences-item label {
    display: inline;
}

.form-table td .nl-checkbox-group label {
    display: inline;
}

.ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
}



.widefat td, .widefat th {
    vertical-align: middle;
}

/*
.form-table td label {
  font-size: 10px;
  display: block;
}
*/

.tnp-notice {
    padding: 15px;
    margin: 10px 0;
    padding-right: 70px;
    position: relative;
    border: 1px sold #eee;
    background-color: #fff;
    color: #444;
    font-size: 15px;
}

.tnp-notice a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.tnp-notice a.tnp-dismiss {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 25px;
    text-decoration: none;
    color: #666;
}

.newsletter-message {
    background-color: #efe;
    border-color: #393;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    padding: .6em;
    margin-bottom: .6em;
}

.newsletter-error-span {
    color: #f00;
    font-weight: bold;
}

.newsletter-error {
    background-color: #fee;
    border-color: #933;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    padding: .6em;
    margin-bottom: .6em;
}

.newsletter-error strong, .newsletter-message strong {
    font-weight: bold;
}

#newsletter-warnings {
    background-color: #FFEBE8;
    border-color: #C00;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: .6em;
    margin-bottom: .6em;
}

.newsletter-buttons {
    margin-top: 1em;
    margin-bottom: 1em;
}

.newsletter-buttons-bottom {
}

.newsletter-buttons-top {
}

/* Text under the panel title to explain the panel purpose. */
/*
.preamble {
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #f4f4f4;
    padding: 10px;
    background-image: url("images/preamble.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 65px;
    font-size: 13px;
    font-family: sans-serif;
}

.preamble p {
    margin: 0;
}
*/

.newsletter-preamble {
    margin-bottom: 15px;
    xborder-radius: 3px;
    xbackground-color: #f4f4f4;
    xpadding: 10px;
    xbackground-image: url("images/preamble.png");
    xbackground-repeat: no-repeat;
    xbackground-position: left;
    xpadding-left: 65px;
    font-size: 13px;
    xfont-family: sans-serif;
}

.newsletter-preamble p {
    margin: 0;
}

.tab-preamble {
    font-size: 13px;
    line-height: normal;
    xfont-family: sans-serif;
    xcolor: #3a87ad;
    xbackground-color: #d9edf7;
    xborder: 1px solid #bce8f1;
    xpadding: 15px;
    xmargin-bottom: 20px;
    xborder-radius: 4px;
}

.tab-preamble p {
    margin: 0 0 5px 0;
}

.tnp-paginator {
    margin-top: 10px;
    margin-bottom: 5px;
}

.newsletter-option-grid th {
    text-align: right;
    width: auto;
    border: 0;
    padding: 3px;
    font-weight: normal;
    vertical-align: top;
    padding-right: 15px;
}
.newsletter-option-grid td {
    border: 0;
    padding: 3px;
    vertical-align: top;
}

.newsletter-box {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 15px;
}

.newsletter-box h3 {
    margin-top: 0;
}

.newsletter-textarea-preview {
    border: 1px solid #ddd;
}

.tnp-tab-notice {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 3px solid gray;
    padding: 10px;
    margin: 10px 0;
    color: #444;
}

.tnp-tab-warning {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 3px solid orange;
    padding: 10px;
    margin: 10px 0;
    color: #444;
}

.tnp-tab-success {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 3px solid green;
    padding: 10px;
    margin: 10px 0;
    color: #444;
}

.tnp-tab-error {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 3px solid red;
    padding: 10px;
    margin: 10px 0;
    color: #444;
}

.tnp-wrap a[target=_blank] {
}

/* .tnp-wrap a[target=_blank]:after {
    content: "»";
}*/


/*  CSS The Newsletter Team */

/* CSS Tips */

.tnp-tip {
    margin-top: 5px;
}

.tip-button {
    padding: 0px 5px;
    color: #FD5F65;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    /*font-family: "Montserrat";*/
    font-size: 10px;
    border: 1px red solid;
}

.tip-content {
    /*font-family: "Montserrat";*/
    font-weight: 500;
    font-size: 11px;
    color: #999999;
}

/* CSS General Font Styles */

.tnp-wrap p {
    /*font-family: "Montserrat";*/
    font-weight: 400;
}

p.description {
    font-size: 12px !important;
}


/* CSS Themes Preview */

.tnp-theme-preview {
    display: inline-block;
    text-align: center;
}

.tnp-theme-preview p {
    /*font-family: "Montserrat";*/
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}

.tnp-theme-preview img:hover {
    border: 5px solid #FD5F65;
    border-radius: 10px;
    padding: 5px;
    background-color: #FD5F65;
}

.tnp-theme-preview img {
    border: 5px solid transparent;
    border-radius: 10px;
    padding: 5px;
}


.tnp-header-logo {
    margin-left: 10px;
}

/* Stefano 4.0 */

.ui-tabs {
    border-color: #ddd;
    background-color: #f2f2f2;
    border: 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0 0;
    background-color: #f2f2f2;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0;
    background-color: #f2f2f2;
    margin: 0;
    border: 0;
}

/* Altrimenti si crea una striscia bianca in mezzo alla pagina! */


.wp-core-ui .button-primary {
    background-color: #2b2f3a;
    color: #fff;
}


/* Regole Generali*/

#tnp-body {
    padding: 10px;
    background-color: #34495E;
    border-radius: 5px;
    border-color: #34495E;
    border-width: 10px;
    border-style: solid;
    overflow: auto;
}

.tnp-darkbg {
    background-color: #34495E!important;
}

#tnp-body h3 {
    margin-top: 25px;
    clear: both;
}

.tnp-body-lite {
    background-color: #F1F1F1 !important;
}


/* Header & Sub-header Pannelli */

#tnp-heading {
    padding: 10px;
    background-color: #34495E;
    margin-bottom: 10px;
    border-radius: 5px;
}

#tnp-heading a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1.5px solid #fff;
    text-decoration: none;
}

#tnp-heading a:hover {
    color: #27AE60;
    border-bottom: 1.5px solid #27AE60;
}

#tnp-heading div p {
    color: #666;
}

#tnp-heading h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1rem;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    padding: 0;
    margin: 0px;
}

#tnp-heading p {
    margin: 0px;
    color: #fff;
}

#tnp-heading .tnp-btn-h1 {
    color: #fff;
    background-color: #3498db;
    border-radius: 3px;
    padding: 6px 11px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    font-size: 0.75rem;
    font-weight: 300;
    border: none;
}

#tnp-heading .tnp-btn-h1:hover {
    color: #fff;
    background-color: #5DADE2;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    border: none;
    color: #fff;
}

.tnp-widget {
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    min-height: 350px;
}

/* Widget title */
.tnp-widget h3 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05rem;
    background-color: #2980B9;
    color: #fff;
    margin: 15px 0px;
    padding: 9px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
}

/* Widget title button */
.tnp-widget h3 a {
    float: right;
    color: white;
    text-decoration: none;
    margin-left: 5px;
    padding: 2px 8px;
    background-color: #26C281;
    border-radius: 2px;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 0.8rem;	
}

/* Widget title button hover */
.tnp-widget h3 a:hover {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    background-color: #2ECC71;
}

.tnp-widget .inside p, .tnp-widget .inside li {
    font-size: 12px;
    margin: 10px;
}

.tnp-widget .inside ul {
    list-style-type: circle;
    list-style-position: inside;
}



/* Dashboard Box */

.metabox-holder {
    width: 100%;
}

.postbox {
    border: none;
}

.postbox h3 a {
    float: right;

}


#dashboard-widgets .postbox-container {
    width: 33.333%
}

#dashboard-widgets .postbox-container .postbox h3 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05rem;
    background-color: #415b76;
    color: #fff;
    margin: 15px 0px;
    padding: 9px;
}

#dashboard-widgets .postbox-container h3 a {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    padding: 2px 8px;
    background-color: #26C281;
    border-radius: 2px;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 0.8rem;
}

#dashboard-widgets .postbox-container h3 a:hover {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    background-color: #2ECC71;
}

.postbox-container i {
    margin-right: 3px;
}
#tnp-dash-newsletters tr td:last-of-type {
    width: 80px;
    text-align: right;
}

#tnp-dash-subscribers tr td:last-of-type {
    width: 80px;
    text-align: right;
}

#tnp-dash-subscribers tr td:first-of-type {
    width: 250px;
    overflow: hidden;
}

#tnp-dash-subscribers table {
    table-layout: fixed;
}

#tnp-dash-documentation .inside div {
    margin-top: 10px; 
}

#tnp-dash-documentation .inside a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    padding: 5px 10px;
}


/* Footer */

#tnp-footer div {
    width: 33%;
    display: inline-block;
}

#tnp-footer {
    margin-top: 10px;
    padding: 20px 10px 10px 40px;
    background-color: #34495E;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
}

#tnp-footer a {
    color: #fff;
    text-decoration: none;
}

#tnp-footer a:hover {
    color: #BDC3C7;    
}

#tnp-footer input[type="submit"] {
    background-color: #2ECC71;
    border: none;
    padding: 5px;
    color: #fff;
}

#tnp-footer form {
    white-space: nowrap;
}

#tnp-footer li {
    display: inline;
    margin-left: 15px;
    padding: 2px 5px;
    border-left: 3px solid #2ECC71;
}

/* Wrapper Background */

#wpwrap {
    background-color: #2C3E50 !important;
}

/* Global buttons styles */

#dashboard-widgets .button {
    border: none;
    background: none;
    box-shadow: none;
    color: #322C39;
}

#dashboard-widgets .button:hover {
    background-color: #ECF0F1;
}

.wp-core-ui .button-secondary, .wp-core-ui .button, .wp-core-ui .button-primary {
    background-color: #3498db;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    margin: 0px 2px;
}

.wp-core-ui .button-secondary:hover, .wp-core-ui .button:hover, .wp-core-ui .button-primary:hover {
    background-color: #5DADE2;
    color: #fff;
}

span.wp-media-buttons-icon:before {
    color: #fff;
}

.tnp-paginator [value="Go"] {
    background-color: #27AE60;
}

.tnp-paginator [value="Go"]:hover {
    background-color: #2ECC71;
}

.notice-dismiss {
    padding: 3px;
}

/*.widefat .button-secondary {
    background: none;
    color: #3498db;
}*/

/* Paginator */

.tnp-paginator {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    margin: 10px 0px;
}

.tnp-paginator .button-secondary {
    padding: 5px;
    line-height: normal;
    height: auto;
    font-size: 12px;
    height: 25px;
    border: none;
    border-radius: 3px;
    vertical-align: baseline;
}

.tnp-paginator [value="Go"] {
    background-color: #27AE60 !important;
}

.tnp-paginator [value="Go"]:hover {
    background-color: #2ECC71 !important;
}

.tnp-paginator input {
    background-color: #2C3E50;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px;
    line-height: normal;
    font-size: 12px;
    height: 25px;
}

/* Subscribers Search Box */

.tnp-subscribers-search {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background-color: #2C3E50;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
}

.tnp-subscribers-search select {
    margin-left: 5px;
    padding: none;
    line-height: inherit;
}


/* Responsive Video Embeds */

.tnp-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.tnp-video-container iframe,
.tnp-video-container object,
.tnp-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Colors Palette */

.orange {  
    background-color: #F39C12; /*Orange #F39C12 */
}

.blue { 
    background-color: #2980B9; /* Blue #2980B9 */
}

.purple {
    background-color: #8E44AD; /* Purple #8E44AD */
}

.notice a {
    color: #000 !important;
}

.tnp-chart {
    border: 1px solid #eee;
}  

.tnp-db-table {
    width: auto;
    background-color: #fff; 
}

.tnp-db-table thead {
    border-bottom: 1px solid #eee;
}

.tnp-db-table th {
    font-weight: bold;
}

.tnp-db-table td, .tnp-db-table th {
    padding: 3px;
    font-family: monospace;
    border: 0;
}

/* STATUS PANEL */

.tnp-main-status h3, .tnp-main-status h4 {
    color: #fff;
}

#tnp-status-table .tnp-ok {
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #27AE60;
    padding: 2px 10px;
    border-radius: 10px;
}

#tnp-status-table .tnp-ko {
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #E74C41;
    padding: 2px 10px;
    border-radius: 10px;
}

#tnp-status-table .tnp-maybe {
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #F1C40F;
    padding: 2px 10px;
    border-radius: 10px;
}

.tnp-main-status .tnp-log-files li {
    padding-left: 15px;
}

.tnp-main-status .tnp-log-files li, .tnp-main-status .tnp-log-files li a {
    color: #fff;
}

.tnp-main-status .tnp-log-files .tnp-log-size {
    font-style: italic;
}

table.widefat {
    border: 0;
    box-shadow: none;
}

#tnp-status-table tbody tr:nth-child(2n+1) {
    background-color: #ECF0F1;
    border-radius: 2px;
    margin: 5px;
}

#tnp-parameters-table tbody tr:nth-child(2n+1) {
    background-color: #ECF0F1;
    border-radius: 2px;
    margin: 5px;
}