/**
 * @file
 * Subtheme specific CSS.
 */
 /* body {
   color: #121212;
   font-family: 'Open Sans', sans-serif;
 }
 #main-wrapper { 
  padding-bottom: 3em;
 }

#main-wrapper .layout-region-node-footer {
  position: absolute;
  top:106px;
}
#main-wrapper .node-article-form .layout-region-node-footer,
#main-wrapper .node-bibliography-form .layout-region-node-footer, 
#main-wrapper .node-imagegallery-form .layout-region-node-footer, 
#main-wrapper .node-interview-form .layout-region-node-footer, 
#main-wrapper .node-library-artifacts-form .layout-region-node-footer, 
#main-wrapper .node-overview-article-form .layout-region-node-footer, 
#main-wrapper .node-quickfacts-form .layout-region-node-footer, 
#main-wrapper .node-timeline-date-form .layout-region-node-footer, 
#main-wrapper .node-video-form .layout-region-node-footer, 
#main-wrapper .node-virtual-tours-form .layout-region-node-footer, 
#main-wrapper .node-projects-form .layout-region-node-footer,
#main-wrapper .node-audio-track-form .layout-region-node-footer,
#main-wrapper .node-module-form .layout-region-node-footer {
  position: absolute;
  top: 45px;
}
#main-wrapper .node-form,.node-article-form {
    padding-top: 6rem;
} */
#main-wrapper  label {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
#main-wrapper .label {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  padding-left: 10px;
}
/* 
#main-wrapper .btn-success {
  color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
#main-wrapper .btn-success:hover {
  color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
#main-wrapper .button-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
#main-wrapper .button-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
#main-wrapper .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#main-wrapper .btn-default:hover{
  color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#main-wrapper .button--danger {
  color: #fff;
    border-color: #d43f3a;
    display: inline-block;
    font-weight: 400;
    margin-right:.2em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#main-wrapper .button--danger:hover {
    border-color: #ac2925;
    text-decoration: none;
}
#main-wrapper .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: -1px;
    margin-top: 4px;
}
.path-node .field--name-moderation-state {
  display: none;
} */
/*.path-node #main-wrapper .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}*/
.path-node .field--type-language {
  display:none;
}
.path-node .field--type-entity-reference .tabledrag-toggle-weight-wrapper {
  display:none;
}
.field--type-entity-reference .field-multiple-table .field-label {
  padding: .5em;
}
.field-multiple-table .form-group {
  margin-bottom: .5em;
}
.field--type-entity-reference .field-multiple-table .field-multiple-drag{
  padding: .2em;
  vertical-align: middle;
}
.draggable .field-multiple-drag {
  padding: .2em;
  vertical-align: middle;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: right;
  height: 1.7em;
  margin-left: -24px;
}
.draggable a.tabledrag-handle .handle {
    height: 25px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 25px;
}
.field-multiple-table td, .field-multiple-table th {
  padding: .2em !important;
}
.field--type-list-string .form-select {
  width:auto;
}
.field--name-field-select-the-project .form-type-select {
  width: max-content;
}
.link-edit-summary {
  border: none;
  background: none;
  font-weight: bold;
}
.filter-help {
  display:none;
}
.filter-wrapper .form-type-select{
  margin-bottom: 0;
}
.field--name-field-description .form-textarea {
  width: auto;
}
.js .paragraph-type-title {
  display: block;
  /*width: 100%;*/
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  flex-basis: unset !important;
}
.js .paragraph-type-top {
  margin-bottom: 0;
}
.field--type-image .button {
  margin-top: .5em;
}
/*.path-node #edit-submit {
  display: none !important;
}*/
#main-wrapper .title {
  font-size: 22px;
  font-family: "Droid Serif",serif;
  width: 70%;
}

/* add css for Dashboard page */
/*role for Creatore*/
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(3),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(4),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(5),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(6),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(7),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(8),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(9),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(10),
.role-creator .container .block-quicktabs .quicktabs-tabs li:nth-child(11){
  display: none;
}
/*role for Creator + Modrator */
.role-creator.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(1),
.role-creator.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(2),
.role-creator.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(3),
.role-creator.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(4),
.role-creator.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(5){
  display: block;
}
/* role for Publisher */
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(1),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(2),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(6),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(7),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(8),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(9),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(10),
.role-moderator .container .block-quicktabs .quicktabs-tabs li:nth-child(11) {
  display: none;
}
.role-publisher .container .block-quicktabs .quicktabs-tabs li:nth-child(1),
.role-publisher .container .block-quicktabs .quicktabs-tabs li:nth-child(2),
.role-publisher .container .block-quicktabs .quicktabs-tabs li:nth-child(3),
.role-publisher .container .block-quicktabs .quicktabs-tabs li:nth-child(4),
.role-publisher .container .block-quicktabs .quicktabs-tabs li:nth-child(5){
  display: none;
}
.container .block-quicktabs .quicktabs-tabs{
  flex-direction: row;
}
.container .block-quicktabs li{
  margin: 10px 5px;
  padding: 5px;
}