body {padding-top: 20px;padding-bottom: 20px;}
.input-daterange .add-on {height: 20px;}
.margint0 {margin-top: 0 !important;}
.margint10 {margin-top: 10px;}
.margint20 {margin-top: 20px;}
.margint30 {margin-top: 30px;}
.margint40 {margin-top: 40px;}
.margint50 {margin-top: 50px;}
.marginb0 {margin-bottom: 0;}
.marginb10 {margin-bottom: 10px;}
.marginb20 {margin-bottom: 20px;}
.marginb30 {margin-bottom: 30px;}
.marginb40 {margin-bottom: 40px;}
.marginb50 {margin-bottom: 50px;}
.marginr0 {margin-right: 0px;}
.marginr5 {margin-right: 5px;}
.marginr10 {margin-right: 10px;}
.marginr20 {margin-right: 20px;}
.marginr30 {margin-right: 30px;}
.marginl0 {margin-left: 0px;}
.marginl5 {margin-left: 5px;}
.marginl10 {margin-left: 10px;}
.marginl20 {margin-left: 20px;}
.marginl30 {margin-left: 30px;}
.bandit,.spt {display: none;}
.font16 {font-size: 16px;}

.h5, h5 {
    font-weight: bold;
}
form .error {color: #B94A48;}
form .error input, form .error textarea, form .error select {border-color: #953b39;}

#overlayer {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 9999;
    display: none;
}
#overlayer img {
    border-radius: 100px;
    padding: 30px;
    margin-left: 42%;
    margin-top: 18%;
    background-color: #fff;
}

.home-reviewer h2 {font-size: 29px;}

.sortable-table .ui-state-highlight {background-color: #fcf8e3;}
#submit-form label {margin-top: 15px;}
#authors-table .form-control {margin-bottom: 10px;}
#authors-table .icon-move {cursor: pointer;}
.logs_list ul {max-height: 200px;overflow-y: auto;padding-left: 15px;margin-left: 0;}

.job-not-hidden {display: table-row;visibility: visible;}
.tr-not-hidden {display: table-row;}

.legend-block {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 9px;
}
.legend-text {
    position: absolute;
    color: #fff;
    margin-top: 10px;
    margin-left: 5px;
}
.bootflat-success {background-color: #A0D468;}
.bootflat-error {background-color: #FC6E51;}
.bootflat-warning {background-color: #FFCE54;}
.bootflat-primary {background-color: #5D9CEC;}
.label-inverse {background-color: #333333;}
.btn-inverse {background-color: #363636;color: #fff;border-color: #222;}
.btn-inverse:hover, .btn-inverse:focus {background-color: #222;color: #fff;}

#articles_origin {width:100%; height:400px;}

/* css per gli author */
body.author .before-navbar-row h2 {margin-top: 0;}
body.author .now-accept-paypal img {height: 40px;}
body.author .footer img {height: 30px;margin-bottom: 10px;}
body.author .jumbotron {background-color: #fff;}
/* fine css per gli author */

/* css per gli editorchief */
body.editorchief .before-navbar-row h2 {margin-top: 0;}
body.editorchief .now-accept-paypal img {height: 40px;}
body.editorchief .footer img {height: 30px;margin-bottom: 10px;}
body.editorchief .jumbotron {background-color: #fff;}
/* fine css per gli editorchief */

/* css per il frontend */
body.frontend {background-color: #5da423;}
body.frontend .main-content {color: #fff;}
body.frontend .main-content a:not(.btn) {color: #ff0;}
body.frontend .main-content a:not(.btn):hover {color: #ff0;text-decoration: underline;}
body.frontend .footer {margin-top: 50px;color: #fff;text-align: center;}
body.frontend .footer a {color: #fff;}
body.frontend .text-muted {color: #bbb;}
body.frontend .journals-list-view img {margin-bottom: 15px;width: 100%; height: 230px;}
/* fine css per il frontend */

/* css per i reviewer */
body.reviewer .jumbotron {background-color: #fff;text-align: center;font-size: 60px;}
body.reviewer .overall-score {display: inline-block;width: 150px;vertical-align: sub;}
/* fine css per i reviewer */

/* css per gli admin */
body.admin .jumbotron {background-color: #fff;text-align: center;font-size: 60px;}
/* fine css per gli admin */

/* css per tagsInput */
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}
div.tagsinput input{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
div.tagsinput input:focus{
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* fine css per tagsInput */

/****** Style Star Rating Widget *****/
.css-rating { border: none; display: inline-block; vertical-align: bottom; }
.css-rating > input { display: none; } 
.css-rating > label:before { margin: 0 5px; font-size: 1.25em; font-family: "Font Awesome 5 Free"; display: inline-block; content: "\f005"; }
.css-rating > .half:before { content: "\f089"; position: absolute; }
.css-rating > label { color: #ddd; float: right; margin: 0; }
  
/***** CSS Magic to Highlight Stars on Hover *****/
.css-rating > input:checked ~ label, /* show gold star when clicked */
.css-rating:not(:checked) > label:hover, /* hover current star */
.css-rating:not(:checked) > label:hover ~ label { color: #FFD700; } /* hover previous stars in list */
.css-rating > input:checked + label:hover, /* hover current star when changing rating */
.css-rating > input:checked ~ label:hover,
.css-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.css-rating > input:checked ~ label:hover ~ label { color: #FFED85; }

/****** Style Star Rating Widget Values *****/
.css-rating-value { display: inline-block; }
.css-rating-value > .fa-star { color: #ddd; margin: 0; margin-right: 10px; font-size: 1.25em; display: inline-block; }
.css-rating-value > .fa-star.fas { color: #FFD700; }