/* monti.css */
@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/GothamBold/GothamBold.eot');
    src: url('../fonts/GothamBold/GothamBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamBold/GothamBold.woff2') format('woff2'),
         url('../fonts/GothamBold/GothamBold.woff') format('woff'),
         url('../fonts/GothamBold/GothamBold.ttf') format('truetype'),
         url('../fonts/GothamBold/GothamBold.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/GothamBook-Regular/GothamBook-Regular.eot');
    src: url('../fonts/GothamBook-Regular/GothamBook-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamBook-Regular/GothamBook-Regular.woff2') format('woff2'),
         url('../fonts/GothamBook-Regular/GothamBook-Regular.woff') format('woff'),
         url('../fonts/GothamBook-Regular/GothamBook-Regular.ttf') format('truetype'),
         url('../fonts/GothamBook-Regular/GothamBook-Regular.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    background:#f0e9f3;
    font-family: 'Gotham-Book', sans-serif;
}

body.admin {
    padding-top: 66px;
}

main {
    position: relative;
}

h1 {
    text-align: center;
    font-size:50px;
    color:#370b47;
    font-family: "Benne", serif;
    margin: 25px 0 60px;
}
h2 {
    text-align: center;
    font-size: 35px;
    color:#5f3c6c;
    font-family: "Benne", serif;
}

a,
a:visited {
    color: #370b47;
}
/* BOUTONS */
.btn {
    border-radius:0;
}

.btn-primary:not(.btn-sm),
.btn-primary:not(.btn-sm):visited {
    background:#370b47;
    border-radius: 0;
    border:1px solid #370b47;
    font-family: 'Gotham Bold';
    font-size:17px;
    color:#fff;
    padding: 7px 15px;
    width:auto;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-primary:not(.btn-sm) * {
    margin: 0 6px;
}

.btn-success {
    padding: 7px 15px;
    font-size:17px;
}

.btn-primary:not(.btn-sm):active,
.btn-primary:not(.btn-sm).active,
.btn-primary:not(.btn-sm).show,
.btn-primary:not(.btn-sm):hover {
    border:1px solid #370b47;
    color:#370b47;
    background:#fff;
}

.btn-light:active,
.btn-light.active,
.btn-light.show,
.btn-light:hover {
    background: #d5c6db !important;
    border-color:#d5c6db !important;
}

.btn-ajout,
.btn-ajout:visited,
.btn-success,
.btn-success:visited {
    background:#b2cf53 !important;
    border-color: #b2cf53 !important;
    color: #000;
}

.btn-ajout:active,
.btn-ajout.active,
.btn-ajout.show,
.btn-ajout:hover,
.btn-success:active,
.btn-success.active,
.btn-success.show,
.btn-success:hover {
    background:#839d2b !important;
    border-color: #839d2b !important;
    color: #fff;
}

.error {
    color: #c80505;
    font-size: 0.9em;
    font-family: 'Gotham Bold';
}


/* FORMULAIRE */
.form-label  {
    font-family: 'Gotham Bold';
}

.form-select {
    font-family: 'Gotham-Book';
    border-radius: 0;
    font-size:14px;
}

.form-control {
    border-radius: 0;
    font-size:14px;
}

.form-control:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.form-control:autofill {
   background: none !important; /* or any other */
}
.form-control:focus{
   background-color:none !important;
   outline: none !important;
}
.form-control::-webkit-input-placeholder {
    opacity:1;
    color:#000;
    font-size:14px;
}
.form-control::-moz-placeholder {
    opacity:1;
    color:#000;
    font-size:14px;
}
.form-control:-ms-input-placeholder {
    opacity:1;
    color:#000;
    font-size:14px;
}
.form-control:-moz-placeholder {
    opacity:1;
    color:#000;
    font-size:14px;
}

/* MODAL */
.modal-dialog-scrollable .modal-content {
    background:#f0e9f3;
    color:#370b47;
    font-family: 'Gotham-Book';
}

/* TABLEAU */
table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
    background:#f0e9f3;
    font-family: 'Gotham Bold';
    color:#370b47;
    font-size:15px;
    font-weight: 400;
    border-color: #f0e9f3;
}

table.dataTable td {
    background:#ffffff;
    font-size: 14px;
}

table.dataTable.table-striped > tbody > tr.odd td {
    background:#f9ebff;
}

.table-hover > tbody > tr:hover > td {
    background:#d5c6db !important;
}

.page-link {
    color:#370b47;
}
.page-link:hover {
    background:#370b47;
    color:#fff;
    border-color: #370b47;
}
.active > .page-link,
.page-link.active{
    background:#370b47;
    border-color:#370b47;
}

.page-item.previous.disabled .page-link,
.page-item.next.disabled .page-link {
    background: rgba(255,255,255,0.1);
}
.page-item.previous .page-link:hover,
.page-item.next .page-link:hover {
    background:#370b47;
    color:#fff;
}

/* MENU */
.navbar.bg-body-tertiary {
    background-color :#5f3c6c !important;
    font-family: 'Gotham-Book';
    font-size:18px;
    padding:0;
    height: 66px;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    width: 100%;
}
.navbar.bg-body-tertiary .container-fluid {
    height:100%;
    max-width: 1665px;
}
#navbar-logo {
    width:179px;
    position:relative;
}
#navbar-logo img {
    display:block;
    width:100%;
    position: absolute;
    left: 0;
    top: -110px;
}

.sticky #navbar-logo img {
    display: none;
}

.navbar-collapse {
    justify-content: center;
}
.nav-item {
    margin:0 15px;
}

.modal-tabs-nav .nav-item {
    margin:0;
}
.modal-tabs-nav .nav-item .nav-link,
.modal-tabs-nav .nav-item .nav-link:visited{
    color:#370b47;
}
.modal-header,
.modal-tabs-nav .nav-tabs {
    border-color: #b7acbf;
}

.nav-link,
.nav-link:visited {
    color:#b7acbf;
    padding: 8px 20px !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover,
.nav-item.selected .nav-link {
    color:#ffffff;
}
.nav-link.dropdown-toggle::after {
    display:none;
}
.navbar-nav .dropdown-menu {
    width:270px;
    left: -60px;
    top: calc(100% + 5px);
    background:#704c7d;
    border-radius:0;
}
.navbar-nav .nav-item:first-child .dropdown-menu {
    left: -45px;
}
.dropdown-item,
.dropdown-item:visited {
    color:#fff;
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    white-space: break-spaces;
}
.dropdown-item * {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.dropdown-item span {max-width:calc(100% - 22px);}

.dropdown-item-li.selected .dropdown-item,
.dropdown-item:focus,
.dropdown-item:hover {
    background:none !important;
    color:#fff335;
}
.dropdown-item-li.selected .dropdown-item::after,
.dropdown-item:focus::after,
.dropdown-item:hover::after {
    content:">";
    display:block;
    color:#fff335;
    margin-left:10px;
}

.filterscope-content .dropdown-menu.show {
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0;
}
.filterscope-content .dropdown-menu label {
    display: block;
    cursor: pointer;
    padding: 3px 0;
}

#navbar-disconnect,
#navbar-disconnect:visited {
    background:#370b47;
    color:#fff;
    font-family: 'Gotham Bold';
    font-weight: 400;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    padding: 0 30px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#navbar-disconnect::before {
    content:"";
    display: block;
    width: 18px;
    height: 18px;
    background:url(../images/exit.svg) no-repeat center center;
    background-size: 100% auto;
    margin-right: 15px;
    filter: invert(100%) sepia(100%) saturate(11%) hue-rotate(240deg) brightness(103%) contrast(100%);
}
#navbar-disconnect:hover {
    background:#1b0523;
}

/** CHECKBOX*/
body .checkbox-spe-container {position: relative; }

/* RADIO SPE */
body .radio-spe-container,
body .checkbox-spe-container {position: relative; }

body .radio-spe-container label,
body .checkbox-spe-container label {position: relative; cursor:pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
body .radio-spe-container label .coche {position: relative; width: 17px; height:17px; margin: 0 7px 0 0; }

body .checkbox-spe-container label .coche {position: relative; width: 22px; height:22px;  border: solid #7f7f7f 2px;  border-radius: 3px;  margin: 0 6px 0 0; }

body .radio-spe-container label .name { width: calc(100% - 30px); }
body .checkbox-spe-container label .name { width: calc(100% - 32px); }

body .radio-spe-container [type="radio"]:not(:checked),
body .radio-spe-container [type="radio"]:checked,
body .checkbox-spe-container [type="checkbox"]:not(:checked),
body .checkbox-spe-container [type="checkbox"]:checked { position: absolute; right: 0; opacity: 0.01; }

body .radio-spe-container [type="radio"]:not(:checked) + label .coche:before,
body .radio-spe-container [type="radio"]:checked + label .coche:before,
body .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:before,
body .checkbox-spe-container [type="checkbox"]:checked + label .coche:before { box-sizing: border-box; cursor: pointer; content: ''; position: absolute; left: 0; top: 0; transition: all .275s; }

body .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:before,
body .checkbox-spe-container [type="checkbox"]:checked + label .coche:before {width:100%; height:100%; }
body .radio-spe-container [type="radio"]:not(:checked) + label .coche:before,
body .radio-spe-container [type="radio"]:checked + label .coche:before {border-radius: 30px; width: 100%; height: 100%; }

body .radio-spe-container [type="radio"]:not(:checked) + label .coche:before,
body .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:before {}
body .radio-spe-container [type="radio"]:checked + label .coche:before {border: none; width: 100%; height: 100%; }
body .checkbox-spe-container [type="checkbox"]:checked + label .coche:before {border: none; width: 100%; height: 100%; }

/* Aspect de la coche */
body .radio-spe-container [type="radio"]:not(:checked) + label .coche:after,
body .radio-spe-container [type="radio"]:checked + label .coche:after {box-sizing: border-box; cursor: pointer; content: '\f00c'; color:#fff; font-size:9px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s; font-family:FontAwesome; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 30px; }


body .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:after,
body .checkbox-spe-container [type="checkbox"]:checked + label .coche:after {box-sizing: border-box; cursor: pointer; content: ''; background:url(../images/check.svg) no-repeat center center;  background-size: 15px auto; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s;  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(208deg) brightness(111%) contrast(103%);}

/* Aspect non cochée */
body .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:after,
body .radio-spe-container [type="radio"]:not(:checked) + label .coche:after{ opacity: 0; transform: scale(0) rotate(45deg); }

/* Aspect cochée */
body .checkbox-spe-container [type="checkbox"]:checked + label .coche:after,
body .radio-spe-container [type="radio"]:checked + label .coche:after{ opacity: 1; transform: scale(1) rotate(0); }

/* FIN RADIO SPE */


/** PAGE DE connection */
#connection-container {
    font-family: 'Gotham-Book', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; position:relative; z-index:10;
    width: 100vw;
    height: 100vh;
    background: url(../images/connexion.jpg) no-repeat center center;
    background-size: cover;
}

#connection-container::after {
    content:"";
    display:block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #000000c2);
}
#connection-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 50px 0;
    width: 47%;
    height: 100;
    background-color: #370b47c7;
    z-index: 15;
}
#connection-logo {
    display: block;
    width: 180px;
}
#connection-content {
    width:60%;
    min-width: 530px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#connection-text {
    margin: 111px 0 40px 0;
}
#connection-text h1 {
    font-size: 50px;
    font-family: "Benne", serif;
    line-height: 50px;
    color:#fff;
}
#connection-text p {
    color:#fff;
}
#connection-formulaire .connection-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top:11px;
    height: 42px;
    border-bottom: 1px solid #fff335;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff335;
    position:relative;
    z-index:10;
}
#connection-formulaire .connection-input input {
    background:transparent;
    border:none;
    width:100%;
    height:100%;
    padding: 8px 35px 8px 5px;
    box-sizing: border-box;
    color: #fff335;
    font-size:16px;
    font-family: 'Gotham-Book', sans-serif;
    position:relative;
    z-index:10;
}
#connection-formulaire .connection-input input:-webkit-autofill{
     -webkit-box-shadow: 0 0 0 1000px white inset;
}
#connection-formulaire .connection-input input:autofill {
    background: none; /* or any other */
}
#connection-formulaire .connection-input input:focus{
    background-color:none;
    outline: none;
}
#connection-formulaire .connection-input input::-webkit-input-placeholder {opacity:1; color: #fff335; font-size:16px; font-family: 'Gotham-Book', sans-serif;}
#connection-formulaire .connection-input input::-moz-placeholder {opacity:1; color: #fff335; font-size:16px; font-family: 'Gotham-Book', sans-serif;}
#connection-formulaire .connection-input input:-ms-input-placeholder {opacity:1; color: #fff335; font-size:16px; font-family: 'Gotham-Book', sans-serif;}
#connection-formulaire .connection-input input:-moz-placeholder {opacity:1; color: #fff335; font-size:16px; font-family: 'Gotham-Book', sans-serif;}

#connection-formulaire .connection-input .password-eye {
    display:none;
    cursor:pointer;
    position:absolute;
    right: 10px;
    top: 0;
    z-index: 10;
    height: 100%;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
#connection-formulaire .connection-input .password-eye i {
    font-size:27px;
    color:#ffd635;
}
#connection-formulaire .connection-input .password-eye.visible {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
#connection-formulaire .connection-input .password-eye-slash i {
    color:#965e9b;
}

#connection-rememberme {color:#fff; margin-top: 22px;}
body #connection-rememberme .checkbox-spe-container label .coche {position: relative; width: 22px; height:22px;  border: solid #7f7f7f 2px;  border-radius: 3px;  margin: 0 6px 0 0; }
body #connection-rememberme .checkbox-spe-container label .name { width: calc(100% - 32px); }
/* Aspect de la coche */
body #connection-rememberme .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:after,
body #connection-rememberme .checkbox-spe-container [type="checkbox"]:checked + label .coche:after {box-sizing: border-box; cursor: pointer; content: ''; background:url(../images/check.svg) no-repeat center center;  background-size: 15px auto; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s;  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(208deg) brightness(111%) contrast(103%);}

/* Aspect non cochée */
body #connection-rememberme .checkbox-spe-container [type="checkbox"]:not(:checked) + label .coche:after{ opacity: 0; transform: scale(0) rotate(45deg); }

/* Aspect cochée */
body #connection-rememberme .checkbox-spe-container [type="checkbox"]:checked + label .coche:after{ opacity: 1; transform: scale(1) rotate(0); }
#connection-bouton {
    margin-top: 60px;
    background-color: #fff;
    font-weight: 400;
    font-family: 'Gotham Bold';
    width: fit-content;
    color: #370b47;
    padding: 20px 40px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#connection-bouton:hover {
    color: #fff;
    background: #370b47;
}
#connection-footer {
    color: #fff;
    text-align: end;
    position: absolute;
    z-index: 20;
    bottom: 50px;
    right: 50px;
}
#connection-footer p {
    margin: 0;
    font-size: 30px;
}
#connection-footer .group {
    font-family: "Benne", serif;
    font-size: 75px;
    line-height: 75px;
}

/* DASHBOARD */
#dashboard-container {
    padding-top:110px;
}
#dashboard-elements {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1565px;
    margin:30px auto 10px;
}
#dashboard-elements .card,
#dashboard-elements .card * {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#dashboard-elements .card {
    width:calc(33.333% - 30px);
    min-height: 210px;
    margin:15px;
    box-sizing: border-box;
    border:none;
    border-radius: 0;
    padding: 20px 15px;
    -moz-box-shadow: 0px 0px 30px rgba(27,5,35,0.15);
    -webkit-box-shadow: 0px 0px 30px rgba(27,5,35,0.15);
    box-shadow: 0px 0px 30px rgba(27,5,35,0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    overflow:hidden;
}

#dashboard-elements .card,
#dashboard-elements .card:visited {
    text-decoration: none;
}

#dashboard-elements .card::after {
    content:"";
    display:block;
    width:100%;
    height: calc(100% + 40px);
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 10;
    background:url(../images/lettre-fond.png) no-repeat right center;
    background-size:auto 100%;
}
#dashboard-elements .card span,
#dashboard-elements .card:visited span {
    padding:0 15px 0 20px;
    display: block;
    font-size:40px;
    line-height: 46px;
    color:#370b47;
    font-family: "Benne", serif;
    position: relative;
    z-index: 20;
}

#dashboard-elements .card span:not(.intro),
#dashboard-elements .card:visited span:not(.intro){
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
#dashboard-elements .card span:not(.intro)::after,
#dashboard-elements .card:visited span:not(.intro)::after {
    content:"";
    display:block;
    width:36px;
    height:36px;
    background:url(../images/icone-right.svg) no-repeat center center;
    background-size:100% auto;
    filter: invert(9%) sepia(65%) saturate(1778%) hue-rotate(261deg) brightness(88%) contrast(96%);}
#dashboard-elements .card span.intro,
#dashboard-elements .card:visited span.intro {
    background:#fff335;
    font-family:Gotham-Book;
    font-size:20px;
    width: 100%;
    min-height: 45px;
    line-height: 25px;
    padding: 2px 25px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


#dashboard-elements .card:hover {
    background:#1b0523;
}
#dashboard-elements .card:hover::after {
    filter: brightness(0) invert(9%) sepia(65%) saturate(1778%) hue-rotate(261deg) brightness(88%) contrast(96%);
}
#dashboard-elements .card:hover span{
    color:#fff;
}
#dashboard-elements .card:hover span:not(.intro)::after{
    filter: invert(82%) sepia(82%) saturate(442%) hue-rotate(346deg) brightness(102%) contrast(106%);
}
#dashboard-elements .card:hover span.intro {
    color:#fff;
    background:#5f3c6c;
}

#workforcemonthlies .collection * {
    font-size: 12px;
}
#workforcemonthlies .collection th,
#workforcemonthlies .collection td {
    padding:5px;
}

#workforcemonthlies .collection input  {
    padding:6px 5px;
}
#workforcemonthlies .collection input:not(.price, .quantity) {
   text-align:center;
}
.collection{
    margin-top: 8px;
}

input.hour {
    padding: 3px 5px;
}

#tab_general {}
#tab_general .row {
    margin:0;
}
.selectize-control.single .selectize-input::after {
    right: calc(.75rem + 20px);
}
.selectize-control.plugin-remove_button .remove-single {
    padding: 0 7px;
}

#notification-container {
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 80px;
    z-index:999;
}

#autosave-notification-container {
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    width: 340px;
    bottom: 20px;
    right: 20px;
    z-index:9999;
}

#notification-container .alert i {
    margin-right:10px;
}

.ui-autocomplete {
    z-index: 9999;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media all and (max-width: 1540px) {
	#dashboard-elements .card span, #dashboard-elements .card:visited span {  font-size: 38px;}

}

@media all and (max-width: 1485px) {
	#dashboard-elements .card span, #dashboard-elements .card:visited span {  font-size: 35px;}

}
