body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

body > nav.navbar {
    color: #ffffff;
    background-color: #7fceed; /* Old browsers */
    background: #7fceed; /* Old browsers */
    background: -moz-linear-gradient(top, #7fceed 0%, #009ddb 98%, #0080b2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fceed), color-stop(98%,#009ddb), color-stop(100%,#0080b2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7fceed 0%,#009ddb 98%,#0080b2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7fceed 0%,#009ddb 98%,#0080b2 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7fceed 0%,#009ddb 98%,#0080b2 100%); /* IE10+ */
    background: linear-gradient(top, #7fceed 0%,#009ddb 98%,#0080b2 100%); /* W3C */
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.navbar-brand {
    color: #ffffff;
    font-weight: bold;
    font-size: 181%;
}

div.navbar-header {
    float:none;
}
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    color: #00e;
    text-decoration: underline;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #06e;
    background: none;
    text-decoration: underline;
}

ul.navbar-nav {
    float: none;
}

.navbar-nav>li.login-menu {
    float: right;
}

.navbar-nav>li.login-menu>a {
    display: inline-block;
    padding: 0px;

}

.main {
    margin-top: 25px;
    padding-top: 20px;
}

.dataTable>thead>tr>th {
    border: 1px solid #ddd;
}

.list-filters>dl {
    float: left;
    width: 25%;
    margin:0px;
}

.list-filters {
    margin-bottom: 15px;
}

.list-filters>dl>dd>select {
    width: 175px;
}

.list-filters>dl>dt>label {
    color: grey;
    font-weight: normal;
}

/* taken from old css -start */
.guide .top {
  margin-bottom: 20px
}
.guide h1,
.guide h2 {
  margin-top: 0;
}
.guide h1 {
  border-bottom: 2px solid #d8d8d8;
}
.guide .meta-data {
  background-color: #f6f6f6;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.guide .meta-data dl {
  padding-left: 10px;
  padding-bottom: 20px;
  margin: 0;
}
.source-guide .meta-data dl {
  width: 120px;
}
.menu .meta-data dl {

  width: 215px;
}
.guide dl.first {
  padding-left: 0;
}
.list-filters dd,
.guide dd {
  margin-left: 0;
}
.guide ul {
  margin-left: 20px;
  padding: 0;
}
.guide ul {
  list-style-type: circle;
}
.guide dl ul {
  margin-top: 0;
  margin-bottom: 0;
}
.list-filters dt,
.guide dt {
  color: #777;
  margin: 0;
  font-size: 93%;
}
.list-filters dd,
.guide .font-weight-bold {
  font-weight: bold;
  padding: 2px 0;
}
.guide div a {
  font-weight: normal;
}
.guide .summary {
  background-color: #f6f6f6;
  padding: 20px;
  margin-bottom: 20px;
}
.guide .source-url {
  margin-bottom: 10px;
}

.guide .meta-data-side {
  margin-top: 0;
}
.guide .meta-data-side dd {
  padding-bottom: 20px;
}

.guide .actions li {
  padding: 3px 0;
}

.list-filters input[type=text],
.guide input[type=text] {
  width: 97%;
}
.list-filters select,
.guide select {
  width: 100%;
}

#table-loading {
  text-align: center;
}

.list-filters {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-filters dl {
  margin-top: 2px;
  margin-bottom: 5px;
}
.source-guide .guide-image img { max-width: 100%; }
.ie6 .source-guide .guide-image img { width: 140px; }
/* End- Source guide view */

.contributors {
  width: 100%;
}
.contributors tr {
  margin: 5px 0;
}
.contributors tr.even {
  background-color: #F6F6F6
}
.contributors td {
  padding: 5px;
}
.contributors .name {
  font-weight: bold;
}

#associate-contributor {
  position: absolute;
  top: 0;
  right: 0;
}

.source-guide .menus {
    width: 100%;
}
.source-guide .menus td {
    padding: 3px 0;
}

.menu .source-guide h1 {
  font-size: 131%;
  margin-bottom: 0;
}
.menu .source-guide span {
  color: #777;
}
.menu .source-guide .data {
  margin: 10px 0 5px 0;
}
.menu .toggle-fields { margin-bottom: 20px; }
.menu .toggle-fields p { margin-top: 0; }
.menu .toggle-fields .enabled { color: #ed1c24; }

.ui-dialog {
  font-family: sans-serif !important;
  font-size: 100%;
}
.ui-dialog dt {
  color: #777;
  margin: 0;
  font-size: 93%;
}
.ui-dialog dd {
  margin-left: 0;
  margin-bottom: 15px;
}
.ui-dialog input[type=text],
.ui-dialog select {
  width: 100%;
}
.ui-dialog .ui-dialog-buttonset button {
  font-size: 12px;
}

.lexis-url {
  padding-left: 20px;
  background-image: url(../img/icons/knowledge-sphere-16.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* taken from old css -end */


.source-edit .box {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 20px;
}

.source-edit form label {
  font-weight: normal;
  color: #777;
}

.first-part {
  width: 60%;
  padding-right: 0px;
}

.second-part {
  width: 40%;
  padding-left: 0px;
}

.form-check-label {
  width: 100%;
}

.author .left-block {
  width: 69%;
  float: left;
}
.author legend {
  border:1px solid grey;
  border-radius: 5px;
  padding: 8px;
}

.author .right-block {
  float:right;
  width:29%;
}

.right-block>div {
  float: left;
  width: 100%;
}

.right-block h4 {
  border-bottom: 2px solid #cdcdcd;
}
.author .published h3 {
  border-bottom: 2px solid #cdcdcd;
}

.right-block .image {
  max-width: 218px;
  max-height: 218px;
}

.author-tag, .author-control {
  float: left;
  margin-left:20px;
  display: block;
}
.author-tag {
  width: 200px;
}

form.author-edit {
  border:1px black solid;
  float: left;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

form.author-edit>div {
    min-height: 30px;
    float: left;
    width: 50%;
}

form.author-edit .group {
  clear: both;
  width: 100%;
}

form.author-edit .group img{
  float: left;
  height: 17px;
}

.group-row {
  width: 100%;
  float: left;
}

.group-row>div {
    min-height: 30px;
    float: left;
}

.group-row>.author-control {
  margin-left: 0px;
}

.submit .author-control {
  margin-left: 17px;
  margin-top: 20px;
}

form.author-edit .biography .author-control{
  width: 600px;
}

form.author-edit .biography {
  margin-bottom: 10px;
  clear: both;
  width: 100%;
}

.author-jserror {
  color: red;
  display: none;
}

.author-error {
    color: red;
    margin-left: 20px;
    display: block;
}

.group .author-clear {
  float: none;
}

.author-comment {
  margin-left: 37px;
}

.post-row {
  margin-bottom: 20px;
}

.author-error ul {
    list-style: none;
    clear: both;
    padding: 0px;
  }

.navbar-brand:focus, .navbar-brand:hover {
    color: #ffffff;
    font-weight: bold;
    font-size: 181%;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #9c9ea0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    font-weight: bold;
}

button.btn-sm  {
  font-size: 14px;
  padding: 1px 3px;
  line-height: 1.42857143;
  border-radius: 3px;
}

.pagination>li>span.no-link {
  color: grey;
}
#bulletine-upload-form>label:first-child {
  margin-top: 0px;
}
#bulletine-upload-form>label {
  margin-top: 20px;
}
#bulletine-upload-form>#submit {
  margin-top: 20px;
}

.contributor-add-error>ul {
  list-style: none;
  color: red;
}

.contributor-add-error {
  display: block;
  height: 20px;
}
