/* Structure of the website */
html,
body {
    height: 100%;
}

.body-transparent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h3 {
    margin-top: 10px;
}

textarea {
    min-height: 54px;
    resize: vertical;
}

.wrap {
    min-height: 100%;
    height: auto !important;
    display: flex;
    width: 100vw;
    background-color: rgba(255,255,255,0.4);
}

.wrap > .container {
    background-color: rgba(255,255,255,0.50);
}

.wrap-clip {
    max-width: 100%;
    overflow-x: clip;
}

.template {
    text-align: left;
    padding: 10px;
    background-color: rgba(255,255,255,0.75);
    height: 100%;
    max-width: 98vw;
}

@media screen and (max-width: 768px)
{
    .wrap > .container {
        padding:0;
    }
    .template {
        min-width: 100vw;
        padding: 0 10px;
    }
}

.modal p {
    word-wrap: break-word;
}

.right-container {
    left: 81%;
    position: absolute;
}

.sm-right-container {
    left: 84%;
    position: absolute;
}

.row-xs-inline-flex-center {
    display: inline-flex;
    align-items: center;
}
.row-xs-flex-center {
    display: flex;
    align-items: center;
}

.modal-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-center .modal-dialog {
    width: 100%;
}

@media (min-width: 768px) {
    .modal-center .modal-dialog {
        width: 600px;
    }
    /* Custom classes */
    .row-sm-flex-center {
        display: flex;
        align-items: center;
    }
    .modal-xl .modal-dialog{
        width: 750px;
    }
}
@media (min-width: 992px) {
    /* Custom classes */
    .row-md-flex-center {
        display: flex;
        align-items: center;
    }
    .modal-xl .modal-dialog {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    /* Custom classes */
    .row-lg-flex-center {
        display: flex;
        align-items: center;
    }
    .modal-xl .modal-dialog {
        width: 1170px;
    }
}
@media (max-width: 1860px) {
    .right-container {
        position: inherit;
    }
}

@media (max-width: 1700px) {
    .sm-right-container {
        position: inherit;
    }
}


.panel-inverse {
    border-color: #3C3C3C;
}
.panel-inverse > .panel-heading {
    background-color: #5B5B5B;
    color: #B8B8B8;
    border-color: #3C3C3C;
}
.customized-panel {
    margin-bottom:20px;
}
.customized-panel > .panel-body {
    border: 1px solid;
    padding-top: 20px;
}
.customized-panel-heading {
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 5px;
}

/* Login form */
.login-row {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.login-row .left-image {
    padding-left: 0;
}

.login-row .left-image .img-responsive {
    height: 100vh;
}

input[type="number"] {
    padding-left: 8px;
    padding-right: 8px;
}

#password-field .input-group-addon {
    font-size: 20px;
}

.password-eye-icon {
    font-size: 18px;
}

.form-signin {
    padding: 15px;
}
.login-overlay .form-signin {
    width: 100%;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin input[type="text"],
input[type="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .input-group-addon:last-child {
    border-bottom: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.login-overlay {
    position: absolute;
}

.input-group-addon:hover {
    cursor: default;
}

@media(max-width: 991px) {
    .input-group[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Catalogue */
.slide-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slide-container > .slide.ng-enter, .slide-container > .slide.ng-leave {
    width: 100%;
    position: absolute;
    -webkit-transition: all cubic-bezier(0.62, 0.42, 0.54, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.62, 0.42, 0.54, 1) 0.5s;
    -o-transition: all cubic-bezier(0.62, 0.42, 0.54, 1) 0.5s;
    transition: all cubic-bezier(0.62, 0.42, 0.54, 1) 0.5s;
}
.slide-container > .slide.ng-enter {
    left: 100%;
    opacity: 0;
}
.slide-container > .slide.ng-enter.ng-enter-active {
    left: 0;
    opacity: 1;
}
.slide-container > .slide.ng-leave.ng-leave-active {
    left: -100%;
    opacity: 0;
}

/* Include nested menu in navbar */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.open > .dropdown-menu {
    z-index: 5;
}
li.depth a>b.caret {
    display: none;
}

/* Custom classes */
.table.valign tr td {
    vertical-align: middle;
}
.progress.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.image-left {
    float: left;
    margin: 5px 30px 10px 0px;
}
.title-underline {
    border-bottom: solid 1px #ddd;
}
.subtitle-underline {
    border-bottom: solid 1px #eee;
}
.border-top {
    border-top: solid 1px #ddd;
}
.waiting-style {
    min-height: 200px;
    font-weight: bold;
    font-style: italic;
}

.preview-color {
    width: 100%;
    height: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
}
.dashboard-bottom > a > div {
    margin-bottom: 10px;
}
.filter {
    padding: 8px;
}
.img-responsive.map-center {
    margin: auto;
}
.table>tbody>tr>td.vertical-padding {
    padding-top: 20px;
}
.text-inline {
    padding-top: 7px;
}
.checkbox-inline.padding-top-0 {
    padding-top: 0px;
}
.input-group[class*=col-].allow-button {
    float: left;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}


@media (max-width: 991px) {
    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    [class^=col-md-], [class^=col-sm-], [class^=col-lg-], [class^=col-xs-] {
        margin-bottom: 5px;
    }
}

.max-popover .popover {
    width: 100% !important;
}
.popover {
    text-align: justify;
}
.popover-middle {
    margin-top: 6px;
}

.not-eligible-label {
    position: absolute;
    left: 15px;
}
.cart-button {
    bottom: 20px;
    position: absolute;
}
.registration-button {
    top: 89%;
    position: absolute;
    left: 50%;
    margin-left: -92px;
}
.table>tbody>tr>td.no-lines, div.no-lines {
    padding: 20px 5px;
}
.no-border-bottom {
    border-bottom: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.invisible {
    visibility: hidden;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 10px;
    right: 0px;
}
.form-horizontal .has-feedback .date-form-control-feedback {
    top: 10px;
    right: 40px;
    z-index: 20;
}
.has-feedback .form-control {
    padding-right: 35px;
}
.custom-col-md-1 {
    width: 8%;
}
ul li a.padding-left-30 {
    padding-left: 30px;
}
.col-center {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    float: none;
}
.reversed-checkbox-inline .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}
.inline {
    display: inline-block;
}

/* Important text-align */
.important-text-left {
    text-align: left !important;
}
.important-text-right {
    text-align: right !important;
}
.important-text-center {
    text-align: center !important;
}

/* Thumbnail */
.thumbnail-catalogue {
    height: 525px;
    overflow-y: hidden;
    color: #333;
    position: relative;
    word-break: break-word;
}
.thumbnail-catalogue > a > img{
    height: 150px;

}
.thumbnail-catalogue > a > p{
    overflow: hidden;
    text-overflow: ellipsis;
}

.tiny-thumbnail {
    min-height: 250px;
    overflow-y: hidden;
    color: #333;
}
.identity-thumbnail {
    height: 205px;
    color: #333;
}

/* Event */
.date-calendar {
    z-index: 100;
    position: absolute;
    font-size: 18px;
    margin-top: 18px;
    width: 50px;
    text-align: center;
}
.date-month {
    font-size: 18px;
    width: 50px;
    text-align: center;
}
.hoverable {
    cursor: pointer;
}

/* Glyphicon utility */
.glyphicon.disabled {
    cursor: not-allowed;
    color: grey;
}

/* Gallery polaroid */
.ps-overlay {
    z-index: 1040;
    background: #111;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
}
.ps-overlay.ng-hide {
    opacity: 0;
}
.ps-container {
    width: 576px;
    height: 420px;
    position: absolute;
    top: 50%;
    margin-top: -210px;
    left: 50%;
    margin-left: -288px;
    z-index: 1050;
}
.ps-container .ps-polaroid {
    background-color: #fff;
    border: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
}
.ps-container .ps-polaroid .ps-polaroid-caption {
    display: block;
    height: 41px;
    padding: 5px;
    margin: 0 -1px;
    text-align: right;
    font-style: italic;
}
.ps-container:hover a.ps-next-photo {
    display: block;
}
a.ps-close {
    background: #000 url(../img/user/close.png) no-repeat center center;
    cursor: pointer;
    width: 56px;
    height: 56px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1070;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.6;
}
a.ps-next-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    z-index: 1060;
    cursor: pointer;
    background: #000 url(../img/user/next_photo.png) no-repeat 50% 50%;
    opacity: 0.6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
a.ps-next-photo:hover, a.ps-close:hover {
    opacity: 0.8;
}

/* Login and alert fade-in fade-out */
.alert-fade.ng-hide-add, .alert-fade.ng-hide-remove {
    transition: opacity linear 0.5s;
}
.alert-fade.ng-hide {
    opacity: 0;
}

/* Override calendar css */
.fc-content {
    cursor: pointer;
}

/* Comptability box */
.popup-content {
    width: 100%;
    height: 100%;
    position: fixed;
}
.compatibility-box {
    background-color: #FFFFFF;
    position: relative;
    margin: auto;
    width: 700px;
    height: 330px;
    margin-top: -165px;
    top: 50%;
    border-radius: 10px;
    padding: 20px;
    z-index: 1050;
}
.compatibility-box .heading {
    color: #111;
}
.compatibility-box .content {
    margin-top: 20px;
}
.compatibility-box .list-navigator {
    width: 100%;
}
.compatibility-box .item-navigator {
    width: 110px;
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-right: 27px;
    float: left;
}
.compatibility-box .item-navigator:last-child {
    margin-right: 0px;
}
.compatibility-box .item-navigator a {
    text-decoration: none;
    color: #111;
}
.compatibility-box .caption-navigator {
    border-top: 1px solid #808080;
}

/** ON/OFF switch **/
.toggle-switch .switch-right {
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.toggle-switch .switch-left {
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.webkit-padding-start-0 {
    -webkit-padding-start: 0px;
}

/* Classifieds */
.classified {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.classified-img {
    float: left;
    margin: 5px 20px 10px 0px;
    max-width: 100%;
}
.no-style a {
    color: #333;
    text-decoration: none;
}

/* Hide switch images */
.hide-switch-images {
    width: 250px;
    height: 150px;
    overflow: hidden;
}
.hide-switch-images-lg {
    width: 350px;
    height: 200px;
    overflow: hidden;
}
.hide-switch-images-150 {
    height: 150px;
    overflow-y: hidden;
}
.hide-switch-images-200 {
    max-height: 200px;
    overflow-y: hidden;
}
.hide-switch-images-facebook {
    width: 150px;
    height: 170px;
    overflow: hidden;
}

.structure-upload {
    column-count: 3;
    column-gap:40px;
}


/* Fieldset */
.legend-button {
    margin-top: -30px;
    margin-right: 30px;
}
.legend-no-underline {
    border: none;
    width: initial;
    margin-bottom: 0px;
}
.fieldset-border {
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

/* Navbar, login, connexion logo */
.logo {
    max-height: 200px;
    max-width: 350px;
}

/* Ui-calendar custom class */
.renting-available {
    border-color: #3e8f3e;
    background-color: #419641;
}
.renting-maybe {
    border-color: #f38200;
    background-color: #f07102;
}
.renting-unavailable {
    border-color: #b92c28;
    background-color: #c12e2a;
}

/* CapitalTours */
.travel {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.travel-img {
    float: left;
    margin: 5px 20px 5px 0px;
}
.travel-button {
    position: absolute;
    right: 29px;
    bottom: 12px;
}
.normal-font-weight {
    font-weight: normal;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.multimedia-library-image {
    height: 120px;
}
.padding-6 {
    padding: 6px;
}

.list-group {
    margin-bottom: 10px;
}

.alert-small {
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
}
.multimedia-references {
    border-bottom: 1px solid #C5C5C5;
}

button.login-page:hover {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    color: white;
}

.btn-xs .fa {
    font-size: 14px;
}
.btn-xs .glyphicon, .btn-xs .fa{
    top: 2px;
    position: relative;
}

.actuality {
    margin: 0 0 10px 0;
}

.social-network {
    width: 16px;
    margin: 2px;
    font-size: 1.5em;
}

.actuality > .actuality-container {
    display: inline-block;
    width: 100%;
    height: 291px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.actuality-content {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 275px;
}

.actuality > .actuality-container > .actuality-content {
    padding: 8px 12px 8px 8px;
}

.actuality > .actuality-btn {
    text-align: center;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-top: -7px;
}

.actuality > .actuality-container h1,
.actuality > .actuality-container h2,
.actuality > .actuality-container h3,
.actuality > .actuality-container h4,
.actuality > .actuality-container h5,
.actuality > .actuality-container h6 {
    margin-top: 10px;
    margin-bottom: 2px;
}

@media print {
    .no-print,
    #navbar,
    #breadcrumb,
    .footer {
        display: none;
    }

    .container {
        margin-right: 15px;
        width: 100%;
    }

    .wrap {
        padding-top: 0 !important;
        min-height: unset !important;
        height: unset !important;
        display: unset !important;
    }
}

/* col-md-block */

@media (max-width: 766px) {
    .block > .width-100 {
        width: 70%;
    }
}

@media (max-width: 360px) {
    .block > .width-100 {
        width: 100%;
    }
}


.container-large {
    max-width: 100%;
}

.col-md-block {
    height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    transition: all 0.75s;
    margin-bottom: 0px !important;
}
.col-md-block:hover {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.75s;
    opacity: 0.7;
}

.col-md-block-content {
    word-break: break-word;
}

.select-dropdown {
    z-index: 5;
}

/** ui select */
.ui-select-multiple input.ui-select-search {
    width: 100% !important;
    cursor: text;
}

.ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95% !important;
}
.ui-select-match-item {
    display: block;
}

.list-center {
    display: flex;
    justify-content: center;
}

.app-menu-img {
    height: 20vh;
}

/** Custom CSS for ng-table-bundle */
.ng-table-counts {
    margin-bottom: 10px;
}

.scrollTop {
    font-family: verdana;
    border-radius: 50%;
    background: #FFFFFF;
    position:fixed;
    right:2%;
    bottom:5%;
    height:50px;
    width:50px;
    text-align:center;
    font-size:25px;
    line-height:50px;
    cursor: pointer;
    transition: ease 0.5s;
    border: 1px black solid;
}

.scrollTop:hover {
    opacity: 0.75;
}

.btn-outlineRelatives {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    padding: 1%;
    border-radius: 4px;
}

.btn-primaryRelatives.btn-outlineRelatives {
    color: #428bca;
    border: 2px solid #428bca;
}

.btn-primaryRelatives.btn-outlineRelatives:hover {
    color: #fff;
    background-color: #428bca;
}

.btn-copy-to-clipboard {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 2.2rem;
    border: 0;
    background-color: transparent;
}

.activity-vignette {
    float: left;
    padding: 15px 15px 15px;
}

.attachments-list-item {
    width: 31.5%;
    min-width: 280px;
}

.attachments-list-item > div:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .attachments-list-item {
        width: 46%;
    }
}

@media (max-width: 991px) {
    .attachments-list-item {
        width: 48%;
        margin: 0 10px 10px 0 !important;
        display: flex;
    }
    .attachments-list-item > div:first-child {
        flex-grow: 1;
    }
    .attachments-list-item > div:last-child {
        padding: 0;
    }
}

@media (max-width: 766px) {
    .activity-content-responsive {
        margin-right: 15px !important;
    }

    .activity-vignette {
        float: none;
        padding: 10px;
        shape-outside: none;
        display: flex;
        justify-content: center;
    }

    .attachments-list-item {
        width: 96%;
        min-width: 0;
    }

    .attachments-list-item > div:first-child {
        padding-left: 8px;
    }

    .page-vignette {
        padding-right: 0;
        margin-right: 0;
    }
}

.limit-iframe-100 iframe {
    max-width: 100%;
}

.keep-content-margins > ul,
.keep-content-margins > ol {
    overflow: hidden;
}

.force-p-right-0 {
    padding-right: 0 !important;
}

.animated-notification {
    border-radius: 6px;
    margin: 10px 20px;
    padding: 0 25px 0 30px;
    background-color: #dbeed0;
    color: #489E71;
    font-size: 1.05em;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease-out;
    height: 80px;
    overflow: hidden;
}

.animated-notification.hidden-animate {
    opacity: 0;
    transform: translateY(-50px);
    height: 0;
    margin: 0 20px;
}

.animated-notification-icon {
}

.animated-notification-text {
    flex-grow: 1;
    padding-left: 15px;
}

.animated-notification .checkmark {
    background-color: #489E71;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
    stroke-width: 6;
    stroke: white;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 green;
    animation: animated-notification-fill .4s ease-in-out .4s forwards, animated-notification-scale .3s ease-in-out .9s both;
}

.animated-notification .checkmark_circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #32bb7c;
    fill: none;
    animation: animated-notification-stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.animated-notification .checkmark_check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 6;
    animation: animated-notification-stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes animated-notification-stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animated-notification-scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes animated-notification-fill {
    100% {
        box-shadow: inset 0 0 0 30px #32bb7c;
    }
}

.wider-popover {
    width: 400px !important;
}
