/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
/**
IMPORT STYLE-CUSTOM
 */
.facilitator-content {
  background-color: #e6f8ff;
  padding: 10px;
  margin: 15px 0;
}
.facilitator-content .facilitator-id {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .facilitator-content .facilitator-id {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.facilitator-content .facilitator-id > .container-round-img-sm {
  margin: 5px;
}
.facilitator-content .facilitator-id > p > span + span {
  margin-left: 10px;
}
.facilitator-content .facilitator-id > p > span:nth-child(2) {
  font-weight: bold;
}
.rounded-number {
  padding-left: 10px;
}
.field-user-username dl {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .table-striped .container-round-img-sm {
    margin: 0;
  }
}
.container-square-img-sm {
  overflow: hidden;
  width: 130px;
  height: 130px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  display: block;
}
.info-view-header {
  background: #e6f8ff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .info-view-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.info-view-header > div:last-child {
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
}
.info-view-header > div:last-child .btn {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 15px;
}
.info-view-header > div:last-child .btn .am {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .info-view-header .wrap-details .bold {
    text-align: right;
  }
}
.info-view-header .wrap-details > .row {
  margin: 10px 0;
}
.info-view-header .img-profile {
  border: 1px solid #e6f8ff;
  background-color: #ffffff;
}
.info-view-header .img-profile img {
  margin: auto;
  max-height: 200px;
}
.info-view-header .img-profile .under-img {
  background-color: #007db3;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  position: relative;
}
.info-view-header .img-profile .under-img .container-info-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.info-view-header .img-profile .under-img .container-info-icons > div:last-child {
  margin-top: 10px;
}
.info-view-header .img-profile .under-img .container-info-icons .am {
  margin-right: 2px;
}
.info-view-header .img-profile .under-img .container-info-icons .am.am-google {
  font-size: 1.8em;
  margin-top: 3px;
}
.info-view-header .img-profile .under-img .btn-action-primary {
  top: -16px;
  position: absolute;
  left: 15%;
  right: 15%;
}
.info-view-header .prevalent-partnership-section .wrap-partnership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.info-view-header .prevalent-partnership-section .wrap-partnership bold {
  font-size: 1.3em;
}
.info-view-header .prevalent-partnership-section .wrap-partnership .img-profile {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 5px 0 0;
  border: 2px solid #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .info-view-body div {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .info-view-body > div:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .info-view-body > div:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .info-view-body .attachment-section-sidebar {
    margin-top: 2px;
  }
}
.myprofile section {
  padding: 0;
}
.myprofile section .widget-listbox-option {
  margin: 0;
}
.myprofile section .widget-listbox-option article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .myprofile section .widget-listbox-option article {
    flex-direction: column !important;
  }
}
.myprofile section .widget-listbox-option article .icon-admin-wgt {
  margin-right: 2%;
}
.myprofile section .widget-listbox-option article .icon-admin-wgt .container-square-img-sm {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
}
.myprofile section .widget-listbox-option article .icon-admin-wgt .container-square-img-sm .square-img {
  height: 100%;
  width: auto;
}
.myprofile section .widget-listbox-option article .text-admin-wgt {
  padding: 0 5px;
}
.myprofile .dark-toolbar {
  background-color: #007db3;
  color: #fff;
  height: 35px;
}
.myprofile .dark-toolbar .manage .manage-menu {
  color: #fff;
}
.myprofile .box-widget-subtitle {
  font-size: 1.7em;
  color: #000;
}
.myprofile p.box-widget-text {
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  display: inline !important;
}
.myprofile p.box-widget-text a {
  color: #000;
  line-height: 1.20em;
}
@media screen and (max-width: 639px) and (min-width: 320px) {
  .grid-item {
    height: auto;
  }
  .myprofile .container-square-img-sm {
    width: 100px;
  }
}
.box-light-grey {
  background-color: #d2dadf;
  padding: 15px;
}
.box-light-grey h3 {
  margin: 0;
  font-weight: bold;
}
.cooperation-admin-section,
.email-freq-admin-section {
  background-color: #d2dadf;
  padding: 15px;
}
.cooperation-admin-section h3,
.email-freq-admin-section h3 {
  margin: 0;
  font-weight: bold;
}
.wrap-cooperation {
  background-color: #d2dadf;
  padding: 15px;
}
.wrap-cooperation h3 {
  margin: 0;
  font-weight: bold;
}
.wrap-cooperation .prevalent-partnership-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 5px 0;
  margin: 15px 0 5px 0;
}
.wrap-cooperation .prevalent-partnership-section .title {
  font-size: 1.2em;
  font-weight: bold;
}
.account-admin-section > div:last-child {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 420px) {
  .account-admin-section > div:last-child {
    width: 100%;
  }
}
.account-admin-section > div:last-child .btn {
  min-width: 170px;
}
.account-admin-section > div:last-child .btn + .btn {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .account-admin-section > div:last-child .btn + .btn:last-of-type {
    margin-top: 20px;
  }
}
.modal-footer .bootstrap-dialog-footer a.btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .modal-footer .bootstrap-dialog-footer a.btn {
    margin-top: 5px;
  }
}
.social-admin-section h2.spid-title {
  font-size: 1.3em;
}
.social-admin-section .google-services > div:not(:first-child) {
  margin-top: 15px;
}
.social-admin-section .label-social {
  margin-top: 15px;
}
.social-admin-section .wrap-btn-social {
  display: flex;
  flex-direction: column;
}
.social-admin-section .wrap-btn-social .btn {
  height: 37px;
  width: 200px;
  border: 0;
  display: block;
  padding: 6px 12px;
}
.social-admin-section .wrap-btn-social .btn[class*='-square'] {
  font-size: 2em;
  padding: 3px 0;
  float: left;
}
.social-admin-section .wrap-btn-social .btn[class*='-disconnect'] {
  padding: 10px 12px;
}
.social-admin-section .wrap-btn-social .btn.btn-google-services {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  background-color: #518ff5;
  color: #ffffff;
  padding: 6px 10px;
}
.social-admin-section .wrap-btn-social .btn.btn-google-services .dash-calendar {
  font-size: 1.5em;
}
.social-admin-section .wrap-btn-social .btn.btn-google-services .am-account {
  font-size: 2em;
}
.social-admin-section .wrap-btn-social .btn.btn-spid {
  background: #0462C5;
  color: #FFF;
  padding: 7px 0;
  width: 50%;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .social-admin-section .wrap-btn-social .btn.btn-spid {
    width: 100%;
  }
}
.social-admin-section .wrap-btn-social .btn + .btn {
  margin-top: 5px;
}
/**
FORM TAB-NETWORK
 */
#tab-network .container-action .am-google {
  /* google icon in contact user gridview */
  margin: 5px 10px;
  font-size: 1.5em;
}
/**
ADMIN FORM VIEW
 */
.user-form {
  /* override amos-layout form for amos-admin boxes */
  /* END override amos-layout */
}
.user-form > .row > .col-md-8 > section {
  /* form main body + sidebar*/
  padding: 0 15px;
}
.user-form .nav-tabs > li > a {
  margin: 0;
}
/**
ADMIN CARD VIEW
 */
.card-container.admin-card-container {
  margin: 0 0 15px;
  border: 0;
  background: #007db3;
  height: 392px;
}
.card-container.admin-card-container .icon-header {
  height: 150px;
  background-color: #d2dadf;
  position: relative;
}
.card-container.admin-card-container .icon-header .manage {
  margin: 5px 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
.card-container.admin-card-container .icon-header .manage .manage-menu {
  color: #5e7887;
}
.card-container.admin-card-container .icon-header .container-round-img {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -85px;
  width: 180px;
  height: 180px;
}
.card-container.admin-card-container .icon-body {
  padding: 40px 10px 30px 15px;
  text-align: left;
  border-top: 3px solid #ffffff;
  background-color: #007db3;
  color: #ffffff;
  height: 125px;
}
.card-container.admin-card-container .icon-body .badge {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: inherit;
  left: 5px;
  z-index: 10;
}
.card-container.admin-card-container .icon-body .title {
  margin: 0 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}
.card-container.admin-card-container .icon-body .title a {
  color: #ffffff;
  font-weight: bold;
}
.card-container.admin-card-container .icon-body .prevalent-partnership {
  margin-top: 10px;
  margin-left: 2px;
  color: #ffffff;
}
.card-container.admin-card-container .icon-body .dash-briefcase {
  margin-right: 5px;
}
.card-container.admin-card-container .icon-footer {
  height: 40px;
  background-color: #007db3;
}
.card-container.admin-card-container .icon-footer .amos-tooltip,
.card-container.admin-card-container .icon-footer .am-google {
  margin-left: 10px;
  color: #ffffff;
}
.card-container.admin-card-container .icon-footer .am-google {
  font-size: 1.85em;
}
.card-container.admin-card-container .icon-btn-action {
  background-color: #007db3;
  padding: 15px;
}
.card-container.admin-card-container .icon-btn-action .btn-connect-to-user,
.card-container.admin-card-container .icon-btn-action .user-to-event-widget {
  width: 100%;
  box-shadow: none;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.2em;
  padding: 0;
  margin: 5px 0 0;
}
.card-container.admin-card-container .icon-btn-action .btn-connect-to-user .am,
.card-container.admin-card-container .icon-btn-action .user-to-event-widget .am {
  font-size: 1em;
  position: relative;
  top: 1px;
}
/**
USER PROFILE AJAX - MODAL CONTACTS
same as amos-layout form default style
 */
.search-recipients .form-control {
  border: 1px solid #b4c2ca;
  border-bottom-color: #688596;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: inherit;
  line-height: 20px;
  color: #5e7887;
}
#pjax-container-contact-share + .modal-contact-comment {
  margin: 15px 0;
}
#pjax-container-contact-share + .modal-contact-comment label.control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  font-size: 13px;
}
#pjax-container-contact-share + .modal-contact-comment textarea {
  border: 1px solid #b4c2ca;
  border-bottom-color: #688596;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: inherit;
  line-height: 20px;
  color: #5e7887;
}
/**
end user profile ajax
 */
.change-user-index {
  margin-top: 30px;
}
.change-user-index div[data-role="list-view"] {
  display: flex;
  flex-wrap: wrap;
}
.change-user-index div[data-role="list-view"] .change-user-card-container {
  position: relative;
  background-color: #D8D8D8;
  margin: 30px 0;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img {
  display: flex;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .container-round-img {
  border-radius: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  border: 1px solid #d8d8d8;
  z-index: 2;
  margin-top: -60px;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .container-round-img a {
  display: flex;
  height: 100%;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .container-round-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-img .change-user-organization {
  font-weight: bold;
  padding-left: 10px;
  /* width: 60%; */
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-card-info {
  display: flex;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-card-info strong {
  margin-right: 5px;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-card-info span {
  word-break: break-word;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-cta {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.change-user-index div[data-role="list-view"] .change-user-card-container .change-user-card-body .change-user-cta:not(.btn) {
  line-height: 1.42857143;
  padding-top: 6px;
  padding-bottom: 6px;
}
