#toolbar-bar {
  z-index: 9999;
}
.toolbar-fixed.toolbar-tray-open .sidenav {
  padding-top: 80px;
}
.toolbar-fixed:not(.toolbar-tray-open) .sidenav {
  padding-top: 40px;
}

body{
  font-family: Open Sans,sans-serif!important;
}

strong, b{
  font-weight: bold;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumb i{
  position: relative;
  top: 1px;
  margin-right: 5px;
  color: white;
}

.button:not(.btn){
  font-size: .875rem;
  position: relative;
  letter-spacing: .025em;
  text-transform: none;
  will-change: transform;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: .625rem 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #525f7f;
  border-radius: .25rem;
  background-color: transparent;
}

input[data-drupal-selector^="edit-actions"],input[data-drupal-selector^="edit-actions"]:hover,
[data-drupal-selector^="edit-submit"],[data-drupal-selector^="edit-submit"]:hover{
  color: #fff!important;
  background-color: #2dce89!important;
  border-color: #2dce89!important;
}
[data-drupal-selector^="edit-reset"],[data-drupal-selector^="edit-reset"]:hover,
[data-drupal-selector^="edit-delete"],[data-drupal-selector^="edit-delete"]:hover{
  color: #fff!important;
  background-color: #f5365c!important;
  border-color: #f5365c!important;
}
[data-drupal-selector^="edit-cancel"],[data-drupal-selector^="edit-cancel"]:hover{
  color: #fff!important;
  border-color: #fb6340!important;
  background-color: #fb6340!important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.field-add-more-submit{
  color: #2dce89;
  border-color: #2dce89;
  background-color: transparent;
  background-image: none;
  height: 28px;
  padding: 5px;
  font-size: 14px;
  line-height: 1em;
}
.field-add-more-submit:hover{
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}
.btn-success > a,
.btn-danger > a{
  color: #fff!important;
}

.responsive-image{
  width: 100%;
  height: auto;
}

form.views-exposed-form input,
form.views-exposed-form select{
  padding: 5px 10px!important;
}

.js-form-required:after{
  content: "*";
  margin-left: 3px;
  top: -2px;
  position: relative;
  color: #f5365c;
}

.field--label-inline{
  display: flex;
}
.field--label-inline .field_label,.field--label-inline .field_item{
  align-self: auto;
}

.field--label-inline .field_label{
  font-weight: 600;
  color: #525f7f;
  margin-right: 10px;
}

.field--label-above{
  font-weight: 600;
  color: #525f7f;
}
.vertical-tabs__menu{
  background-color: #f8f7ed;
  --cd-color-shadow: hsla(54, 42%, 64.6%, 0.06);
  box-shadow: inset 0 -2px 3px hsla(54,42%,64.6%,.06);
}
.vertical-tabs__menu-item{
  width: auto;
  padding: 0 2em;
  -ms-flex-direction: row;
  flex-direction: row;
}
.vertical-tabs__menu-item.is-selected{
  box-shadow: inset 3px 0 0 #f5365c;
  background-color: white;
}
.vertical-tabs__menu-item a{
  border: none!important;
  outline: none!important;
}
.vertical-tabs__panes{
  padding: 10px;
}
.card .table{
  margin-top: 20px;
}
.card .table td, .card .table th{
  line-height: 2.8em;
}

/* Header section */

/* Search block form */
#views-exposed-form-search-page-1 .form-item{
  float: left;
}
#views-exposed-form-search-page-1 .form-submit{
  position: absolute;
  left: 0;
  width: 40px;
  opacity: 0;
  top: 0;
}
#edit-search-api-fulltext{
  margin-top: 0;
}
#search-block-form .form-item{
  float: left;
}
#search-block-form .form-submit{
  position: absolute;
  left: 0;
  width: 40px;
  opacity: 0;
  top: 0;
}

.branding-login{
  width: 100%;
}

/* Account dropdown menu */

#block-usermenudropdown{
  right: 0;
}

ul.account-menu{
  position: absolute;
  right: 30px;
}

#navbarSupportedContent{
  position: relative;
}

.department-switcher{
  padding: 0;
}

/* Drupal status/error messages */

.status-messages{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.status-messages .messages{
  font-size: .875rem;
  position: relative;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: .375rem;
}

.status-messages .messages .fa-angle-double-right{
  position: relative;
  top: 1px;
}

.status-messages .messages.status{
  color: #fff;
  border-color: #4fd69c;
  background-color: #4fd69c;
}

.status-messages .messages.error{
  color: #fff;
  border-color: #f75676;
  background-color: #f75676;
}

.status-messages .messages.notice{
  color: #fff;
  border-color: #fc7c5f;
  background-color: #fc7c5f;
}

/* Sidebar navigation main menu */

#block-mainnavigation .sf-depth-1{
  width: 100%;
}

.g-sidenav-show .sidenav-mini-icon{
  display: none;
}
.g-sidenav-show  .sidenav-normal{
  padding-left: 5px;
}

.sidenav .navbar-nav {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#sidenav-collapse-main .sidenav-mini-icon{
  margin-left: 3px;
  margin-right: 25px;
}
#sidenav-collapse-main .navbar-nav > .nav-item a{
  margin-left: 0;
  padding-left: 0;
}
#sidenav-collapse-main .nav-link.active span.sidenav-normal{
  color: #5e72e4;
}

/* View form & elements */

.views-exposed-form{
  padding: 10px;
  position: relative;
  display: inline-block;
}

.views-exposed-form input,
.views-exposed-form select{
  height: 35px!important;
  padding: 5px 15px!important;
  max-width: 250px;
  margin-right: 10px;
}

.views-exposed-form .form-item .description{
  margin: 3px 3px 0;
}

.views-exposed-form .form-item, .views-exposed-form .button{
  float: left;
  top: 5px;
  margin-left: 5px;
  width: auto;
}

.views-form table tbody .form-control-label{
  display: none;
}
.views-form input,
.views-form select{
  height: 35px!important;
  padding: 5px!important;
}

.views-field-form-field-status .custom-toggle{
  top: 8px;
}

.views-exposed-form .select-wrapper{
  margin-top: 5px;
}

.view-news .card{
  min-width: 400px;
}
.view-news .card > a > img{
  width: 100%;
  height: auto;
}

.views-view-list-group{
  padding: 0;
}

.user-compact-view{
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.user-compact-view .created{
  float: left;
  width: 50%;
  display: inline-block;
  line-height: 40px;
}
.user-compact-view .user{
  float: left;
  width: 50%;
  display: inline-block;
}
.user-compact-view .field--name-user-picture{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.user-compact-view .field--name-user-picture img{
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.user-compact-view .field--name-username{
  margin-right: 10px;
}
.user-compact-view .field--name-username p{
  margin: 0;
  line-height: 33px;
}

.user-compact-view:not(.img-left) .field--name-user-picture{
  float: right;
}
.user-compact-view.img-left .field--name-user-picture{
  float: left;
}
.user-compact-view:not(.img-left) .field--name-username{
  float: right;
}
.user-compact-view.img-left .field--name-username{
  float: left;
  margin-left: 10px;
}
.views-bootstrap-list-group .list-group-item{
  position: relative;
}
.views-bootstrap-list-group .user-compact-view{
  position: absolute;
  right: 5px;
  bottom: 0;
}

.card-footer .field:not(:first-child):not(.field--name-username){
  padding-top: 15px;
}
.card-footer .field:not(:last-child):not(.field--name-user-picture){
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding-bottom: 15px;
}

/* Node edit/add form */
.node-form .tabledrag-toggle-weight-wrapper,
#edit-field-notice-0-format-help-about,
#edit-field-description-0-format-help-about,
#edit-comment-body-0-format-help-about,
.node-form .js-filter-wrapper.filter-wrapper,
[data-drupal-selector="edit-role-change"] > legend{
  display: none;
}

.node-form #edit-field-address-0 > summary{
  display: none;
}

.node-form .form-item{
  margin: 5px 0;
  padding: 0;
}
.node-form .form-item > input{
  margin: 0;
  padding: 10px;
}
.node-form label,
.node-form .label{
  margin: 0;
  padding: 0;
}
.node-form .field--type-entity-reference{
  margin-bottom: 20px;
}
.node-form .field--type-entity-reference .row > .col > .card{
  margin-bottom: 0;
}

.node-form .draggable{
  position: relative;
}

.node-form .field-multiple-drag{
  vertical-align: top;
}
.node-form .messages.messages--warning{
  color: white;
  font-size: 13px;
  background-color: #f5365c;
  padding: 5px;
}
.node-form .warning.tabledrag-changed{
  display: none;
}
.node-form .tabledrag-handle{
  margin-top: 15px;
  height: auto!important;
}
.node-form .tabledrag-handle .handle{
  width: 19px !important;
  height: 19px !important;
  margin: 5px 0 0 15px !important;
  padding: 0 !important;
  display: inline-block;
  font: normal normal normal 14px/1 NucleoIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  border: solid 1px;
  border-radius: 11px;
}
.node-form .tabledrag-handle .handle:before{
  content: "\ea31";
  font-size: 18px;
  top: -1px;
  position: relative;
}
.node-form .dataTables_wrapper table{
  width: 100%;
}
.node-form .dataTables_wrapper th{
  padding: 10px;
  background-color: #5e72e4;
}
.node-form .dataTables_wrapper th, .node-form .dataTables_wrapper th h4{
  color: white;
}
.node-form .dataTables_wrapper tr:not(:last-child){
  border-bottom: solid 1px #5e72e4;
}
.node-form .dataTables_wrapper .image-widget{
  float: left;
  margin-left: 20px;
}

.node-form .field-multiple-table{
  width: 100%;
  position: relative;
  border: solid 1px #5e72e4;
}
.node-form .entityconnect-add,
.node-form .entityconnect-edit{
  position: absolute;
  top: 0;
}
.node-form .entityconnect-add{
  right: 5px;
}
.node-form .entityconnect-edit{
  right: 30px;
}
.node-form .entityconnect-edit.edit-icon :first-child{
  height: 20px!important;
}

.node-form .js-form-item-status-value{
  max-width: 370px;
  line-height: 25px;
  margin-bottom: 20px;
}
.node-form .form-submit{
  width: auto;
}
.node-form .image-widget .js-form-file.form-file{
  display: none;
}
.node-form .field--widget-image-image{
  border: 1px solid #CCC;
  background: rgb(240, 240, 240);
  padding: 15px;
  margin: 15px 0;
}
.node-form .field--widget-image-image .form-control-label{
  display: none;
}
.node-form #signature_thumb{
  display: none;
}

/* Form elements */
.js-form-type-checkbox{
  position: relative;
  padding: 10px 0;
}
.js-form-type-checkbox .form-control-label{
  padding-right: 70px;
}
.custom-toggle{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.75rem;
  display: block!important;
}
table .custom-toggle{
  position: inherit;
  right: auto;
  left: auto;
  margin: auto;
  top: 0!important;
}

/* Node pages */
.comment-wrapper > section > h2{
  font-size: 18px;
}
.media.media-comment{
  position: relative;
  width: 100%;
  margin-top: 1.8rem;
  box-shadow: inset 3px 0 0 #f5365c;
}
.media.media-comment .media-body{
  padding-left: 23px;
}
.media.media-comment .media-comment-text{
  padding-bottom: 10px;
  margin-bottom: 0;
}
.media.media-comment .user-compact-view{
  position: absolute;
  left: -5px;
  z-index: 9;
  top: -20px;
}
.media.media-comment .field--name-user-picture{
  width: 58px;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
}

.media.media-comment .field--name-username{
  display: none;
}
.media.comment-footer{
  margin-left: 23px;
  background-color: #f6f9fc;
  border-radius: 5px;
  margin-top: -10px;
  padding: 5px;
}
.media.comment-footer > span{
  margin-right: 10px;
}
.comment-form-wrapper{
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(0,0,0,.05);
}

.fotorama__wrap{
  margin: auto;
}

.dropbutton-widget{
  background-color: white;
  border: solid 1px #5e72e4;
  border-radius: 7px;
}

.dropbutton-widget .dropbutton{
  min-width: 40px;
  padding-left: 5px!important;
}

.geolocation-common-map-container span[typeof="Place"]{
  width: 100%;
  display: inline-block;
}

.field--name-field-image .field_items{
  display: flex;
  flex-wrap: wrap;
}

.field--name-field-image .field_items .field_item{
  flex: 0 1;
  margin: 5px;
}

.page-node-page .card-footer .field--type-entity-reference{
  border: solid 1px #5e72e4!important;
  padding: 0!important;
  margin-bottom: 15px;
}
.page-node-page .card-footer .field--type-entity-reference .field_label{
  color: white;
  padding: 5px;
  background-color: #5e72e4;
}
.page-node-page .card-footer .field--type-entity-reference .field_items{
  padding: 5px;
}

.fc-time,.fc-axis.fc-widget-content{
  background-color: #5e72e4;
  color: white;
  font-weight: bold;
  text-align: center!important;
}

.view-with-action-toolbar{
  position: relative;
}

.view-action-toolbar{
  position: absolute;
  right: 0;
  top: -43px;
}