You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1171 lines
22 KiB

/* fallback */
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
@font-face {
font-family: TheAntiquaB;
src: url(../fonts/TheAntiquaB-C2sOT/TheAntiquaB-W5Plain.otf);
}
@font-face {
font-family: TheAntiquaBW5Plain;
src: url(../fonts/TheAntiquaB-C2sOT/TheAntiquaB-W5Plain.otf);
}
@font-face {
font-family: "Marr Sans";
src: url(../../../styles/fonts/marr-sans/MarrSans-Regular.otf) format("opentype");
}
@font-face {
font-family: "Marr Sans";
src: url(../../../styles/fonts/marr-sans/MarrSans-Medium.otf) format("opentype");
font-weight: 500;
}
@font-face {
font-family: "Marr Sans";
src: url(../../../styles/fonts/marr-sans/MarrSans-Semibold.otf) format("opentype");
font-weight: 600;
}
@font-face {
font-family: "Marr Sans Cond";
src: url(../../../styles/fonts/marr-sans/MarrSansCondensed-Medium.otf) format("opentype");
font-weight: 400;
}
@font-face {
font-family: "Marr Sans Cond";
src: url(../../../styles/fonts/marr-sans/MarrSansCondensed-Semibold.otf) format("opentype");
font-weight: 500;
}
@font-face {
font-family: "Marr Sans Cond";
src: url(../../../styles/fonts/marr-sans/MarrSansCondensed-Bold.otf) format("opentype");
font-weight: 600;
}
@font-face {
font-family: "Consola";
src: url(../../../styles/fonts/CONSOLA.TTF);
font-weight: 600;
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
.img-thumbnail {
object-fit: cover!important;
}
.custom-modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
background-color: #01364F;
color: #fff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.custom-modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.apprendre li {
font-size: 16px;
margin-top: 10px;
}
.apprendre {
margin-bottom: 20px;
}
.apprendre li i {
color: #f75436;
margin-left: 20px;
cursor: pointer;
font-size: 16px;
}
.pt-lg {
padding-top: 42px;
}
.pt-xl {
padding-top: 62px;
}
.pb-lg {
padding-bottom: 42px;
}
.pb-xl {
padding-bottom: 62px;
}
.inline-block {
display: inline-block;
}
.event-type-select li button {
background-color: white;
border: 0px;
width: 100%;
padding: 8px 10px;
font-size:12px;
text-align: left;
}
.event-type-select li button:hover {
background-color: #01364F;
color: white;
}
.event-type-select li button i {
margin-right: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
a,
b {
font-family: "Open Sans", sans-serif !important;
}
html {
background: white;
overflow-x: hidden;
}
body {
overflow-x: hidden;
font-family: "Open Sans", sans-serif !important;
background: transparent;
}
#page-wrapper {
background: transparent !important;
padding: 10px 0 10px 0;
}
#page-wrapper table {
background: white;
}
#page-wrapper .container-max {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
}
.bg-white {
background: white;
}
#wrapper {
padding-left: 65px;
}
#wrapper .navbar-inverse {
background-color: transparent;
border-bottom: none;
}
#wrapper .navbar-inverse #header_menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000;
font-weight: 600;
}
#wrapper .navbar-inverse #header_menu span {
margin-left: 16px;
font-size: 30px;
color: #01364F;
}
#wrapper .navbar-inverse .top-nav > .open > .dropdown-menu {
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2) !important;
border: 0px !important;
background: white !important;
}
#wrapper .navbar-inverse .dropdown-menu > li > a:focus,
#wrapper .navbar-inverse .dropdown-menu > li > a:hover {
background-color: #bdd5d3;
background: #bdd5d3;
color: #01364F;
}
#wrapper #navbar-main .side-nav {
padding-top: 50px;
top: 0px;
z-index: 2;
position: fixed;
left: 65px;
width: 65px;
margin-left: -65px;
background: #01364F;
overflow-y: unset;
overflow-x: unset;
/* Overwrites */
}
#wrapper #navbar-main .side-nav li {
text-align: center;
}
#wrapper #navbar-main .side-nav li > a {
width: 65px;
color: #000;
}
#wrapper #navbar-main .side-nav li > a .fa {
font-size: 20px;
margin-right: 0px;
color: #fff;
}
#wrapper #navbar-main .side-nav li > a .material-icons {
font-size: 26px;
color: #fff;
}
#wrapper #navbar-main .side-nav ul#emails_menu,
#wrapper #navbar-main .side-nav ul#config_menu {
list-style-type: none;
position: absolute;
right: -200px;
top: 0px;
background: #fff;
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
#wrapper #navbar-main .side-nav ul#emails_menu li > a,
#wrapper #navbar-main .side-nav ul#config_menu li > a {
width: 200px;
text-align: left;
}
#wrapper #navbar-main .side-nav ul#emails_menu li.custom-active-link a,
#wrapper #navbar-main .side-nav ul#config_menu li.custom-active-link a {
background: #bdd5d3 !important;
color: #004261 !important;
}
#wrapper #navbar-main .side-nav li.custom-active-link > a,
#wrapper #navbar-main .side-nav li.custom-active-link > a:hover,
#wrapper #navbar-main .side-nav li.custom-active-link > a:focus {
color: #ffffff !important;
background: #004261 !important;
}
#wrapper #navbar-main .side-nav li a:hover,
#wrapper #navbar-main .side-nav li a:focus {
color: #ffffff !important;
outline: none;
background: #004261 !important;
}
#main-view-menu.scrolled {
background: white !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 10px 0px !important;
box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 10px 0px !important;
}
.action-btn {
color: #01364F;
}
/* Dashboard */
.dashboard-block {
padding-left: 30px;
padding-right: 30px;
position: relative;
}
.dashboard-block .white-line {
height: 45px;
background: white;
width: 100%;
position: absolute;
bottom: 0px;
z-index: -1;
left: 0px;
}
.dashboard-block .col-lg-2.col-md-2.col-sm-3.col-xs-12 {
padding: 4px;
}
.dashboard-block .dahboard-top-box {
height: 120px;
padding: 12px;
border-radius: 4px;
}
.dashboard-block .dahboard-top-box .box-count {
font-size: 36px;
font-weight: 700;
}
.dashboard-block .dahboard-top-box.c1 {
background: #e59e42;
color: #fff;
}
.dashboard-block .dahboard-top-box.c2 {
background: #d24332;
color: #fff;
}
.dashboard-block .dahboard-top-box.c3 {
background: #73a9c8;
color: #fff;
}
.chart-title {
font-size: 20px;
font-weight: 700;
}
.chart-box {
padding: 20px;
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.169);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.169);
border-radius: 4px;
}
.flex-items-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.flex-justify-between {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nav.navbar-right.top-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bo-notif button {
outline: none !important;
background: transparent !important;
}
.bo-notif i {
font-size: 20px;
color: #01364F !important;
}
.bo-notif .notif-count {
color: #ffffff !important;
height: 20px;
width: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: tomato;
border-radius: 100px;
position: absolute;
font-size: 9px;
top: 6px;
border: 2px solid white;
left: 30px;
}
.bo-notif .dropdown-menu {
min-width: 200px !important;
}
.bo-notif ul {
list-style-type: none;
padding-left: 0px;
}
.bo-notif ul li {
cursor: pointer;
padding: 6px 10px;
}
.bo-notif ul li:hover {
background: #bdd5d3;
}
.bo-notif ul .date, .bo-notif ul .time {
font-size: 9px;
font-weight: 600;
color: #737373;
}
.bo-notif ul .time {
float: right;
}
.bo-notif ul a {
color: #01364F;
font-size: 12px;
text-decoration: none;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.w-100 {
width: 100%;
}
.border-dash {
border-right: 2px dashed rgba(1, 121, 111, 0.39);
}
.mon-title {
font-size: 14px;
font-weight: 700;
color: #01364F;
}
.mon-lh-16 {
line-height: 16px;
}
.mon-lh-16 small {
font-size: 11px;
font-weight: 500;
}
table#emaildef_setting_list tbody tr:not(:first-child) {
display: none;
}
/* Previsualization event back office */
.bg-primary { background: #01364f !important; color: white;}
.mc-event-speaker {
font-family: "Marr Sans Cond";
color: #fff;
font-size: 54px;
font-weight: 500;
max-width: 480px;
line-height: 52px;
margin-bottom: 8px;
}
.mc-event-title {
font-family: "Marr Sans";
color: #fff;
font-size: 26px;
font-weight: 400;
line-height: 52px;
margin-bottom: 10px;
}
.mc-sub-details {
display: flex;
font-size: 14px;
font-weight: 700;
}
.mc-sub-details .with-lines {
padding-right: 10px;
padding-left: 10px;
margin-right: 10px;
margin-left: 10px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.mc-img-section {
display: flex;
justify-content: center;
}
.mc-btn-status {
background: transparent;
color: #fff!important;
border: 1px solid #fff;
padding: 8px 16px;
border-radius: 4px;
margin-top: 20px;
font-family: 'Marr Sans'!important;
}
.mc-detail-section {
display: flex;
align-items: center;
justify-content: flex-start;
height: 347px;
}
.mc-img-section img{
width: 576px;
height: 347px;
object-fit: cover;
border-radius: 8px;
}
.mc-content-text p {
font-family: TheAntiquaBW5Plain!important;
line-height: 30px;
color: #464F5F;
font-size: 17px;
margin-bottom: 24px;
}
.mc-block-title {
font-family: "Marr Sans";
font-weight: 600;
color: #2A303C;
font-size: 24px;
line-height: 29px;
}
.mc-block-subtitle {
font-family: "Marr Sans Cond";
font-size: 16px;
}
.mc-author-awards ul li {
list-style-type: none;
font-size: 18px;
font-family: "Marr Sans Cond";
color: #005B85;
line-height: 2em;
}
.mc-author-awards ul {
padding-left: 0px;
}
.mc-event-location {
color: #2A303C;
font-size: 18px;
font-family: "Marr Sans";
}
.d-none {
display: none!important;
}
.author-works-carousel .card-img-top {
margin: auto;
border-radius: 0!important;
/* height: 200px; */
height: 240px;
object-fit: cover;
}
.card-img-top {
width: 100% !important;
height: auto;
}
.overlay-video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
/* background-color: rgba(0,0,0,0.1); */
border-radius: 8px;
z-index: 1;
}
.overlay-content {
position: absolute;
top: 50%;
left: 50%;
color: white;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
text-align: center;
font-family: "Marr Sans";
}
.overlay-content img {
height: 30px!important;
width: 30px!important;
margin-bottom: 8px;
object-fit: contain;
}
.mc-icon {
height: 20px;
width: 20px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
.mc-sub-details {
font-size: 12px;
white-space: nowrap;
}
.author-works-carousel .card-img-top {
height: 185px;
}
.author-works-carousel .book-title {
font-size: 10px;
line-height: 14px;
}
}
@media only screen and (max-width : 1320px) {
.mc-sub-details {
font-size: 12px;
white-space: nowrap;
}
}
@media only screen and (max-width : 1250px) {
.mc-sub-details {
font-size: 11px;
}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
.author-works-carousel .card-img-top {
height: 160px;
}
}
.author-works-carousel .book-title {
height: 40px;
font-size: 14px;
text-align: center;
/* height: 50px; */
color: #2A303C;
font-family: "Marr Sans";
line-height: 18px;
font-weight: bold;
margin-top: 8px;
}
.author-works-carousel .card-footer a.mc-card-link {
font-size: 14px;
color: #005B85;
text-align: center;
text-decoration: underline;
}
.author-works-carousel.card-deck {
margin: 0;
}
.info-box-visual {
/* width: 300px; */
border: 1px solid #E8EAEE;
padding: 24px!important;
background: #FCFCFD;
color: #2A303C;
position: relative;
font-family: "Marr Sans";
border-radius: 4px;
}
.mc-price {
font-size: 18px;
line-height: 24px;
margin-bottom: 8px;
}
.mc-price span {
font-size: 24px;
line-height: 29px;
font-weight: 600;
}
.mc-price-mention {
font-size: 13px;
margin-bottom: 16px;
line-height: 16px;
}
.card-block {
/* line-height: 2em; */
border-top: 1px solid #E2E4E9;
padding: 10px 0;
font-size: 14px;
}
.mb-0 {
margin-bottom:0px!important;
}
.info-box-visual .card-block .position-absolute {
line-height: 18px;
right: 0px;
}
.position-absolute {
position: absolute!important;
}
.mc-session {
font-size: 15px;
line-height: 18px;
}
.date-duration {
font-size: 14px;
margin-top: 8px;
}
.font-weight-bold {
font-weight: 700!important;
}
.position-relative {
position: relative!important;
}
.card-block a .arrow {
font: 14px "Consola";
-webkit-transform: rotate(
90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(
90deg);
font-weight: 500;
}
.card-block .position-absolute a {
display: inline-flex;
align-items: center;
}
.card-block a {
color: #005B85!important;
font-family: "Marr Sans";
}
.link-label {
margin-right: 7px;
}
.font-weight-bold.blocktitle {
margin-bottom: 6px;
}
.selectdiv {
position: relative;
}
.selectdiv select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
width: 100%;
margin: 5px 0px;
font-size: 16px;
line-height: 1;
color: #333;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
-ms-word-break: normal;
word-break: normal;
height: 38px;
}
.selectdiv:after {
content: '>';
font: 17px "Consola";
-webkit-transform: rotate(
90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(
90deg);
right: 4px;
top: 4px;
padding: 4px 5px 4px 5px;
border-bottom: 1px solid #999;
position: absolute;
pointer-events: none;
width: 20px;
color: #999;
}
.subscribe-btn {
margin-top: 16px!important;
background: #026B9C;
color: white!important;
font-weight: 500;
border: 0px;
padding: 9px;
}
.offer-btn {
border: 1px solid #026B9C;
color: #005B85!important;
margin-top: 16px!important;
font-weight: 500;
background: transparent;
}
.contact-block {
padding-top: 24px;
margin-top: 16px;
border-top: 1px solid #E2E4E9;
}
.contact-block .contact-text {
font-size: 16px;
line-height: 18px;
margin-left: 16px;
}
.contact-block a {
color: #129af0!important;
font-family: "Marr Sans"!important;
text-decoration: underline;
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}
.d-flex {
display: flex!important;
}
.info-box-title {
font-size: 24px;
line-height: 28px;
font-weight: 600;
}
.premier-date {
font-size: 18px;
line-height: 22px;
margin-top: 8px;
margin-bottom: 10px;
font-weight: 400;
}
.register-text {
font-size: 17px;
line-height: 28px;
margin-bottom: 8px;
}
.position-absolute a:focus, a:hover {
text-decoration: none;
}
.mc-event-sched {
border-top: 1px solid #E2E4E9;
padding: 10px 0;
font-size: 15px;
line-height: 25px;
}
.mc-event-sched:first-child {
border: 0;
}
.event-date {
font-weight: bold;
}
span.btn.btn-success.btn-bo-cancel.btn-xs, span.btn.btn-success.btn-bo-cancel.btn-xs:hover {
background-color: #d9534f!important;
background: #d9534f!important;
border-color: #d9534f!important;
color: white!important;
margin-left: 20px;
}
#view_subscriber .modal-dialog {
width: 100%;
max-width: 1600px;
}
.col-lg-4.col-md-4 .apexcharts-datalabels-group {
transform: translate(0px, -8px);
}
span.multiselect-native-select .btn-group {
width: 100%;
}
span.multiselect-native-select button.multiselect.dropdown-toggle.custom-select.text-center {
/* width: 100%; */
text-align: left;
text-align: left;
border: 0px;
color: white;
padding: 8px 10px;
background: #01364F;
}
span.multiselect-native-select button.multiselect-option.dropdown-item {
display: block;
width: 100%;
text-align: left;
border: 0px;
margin: 10px 0;
background: white;
}
span.multiselect-native-select input[type="checkbox"] + label:before {
border: 1px solid #919090;
border-radius: 2px;
margin-top: 2px;
margin-right: 10px;
}
span.multiselect-native-select input[type="checkbox"]:checked + label:before {
background: #337ab7;
color: #ffffff;
font-weight: bold;
}
span.multiselect-native-select input.form-check-input {
display: none;
}
span.multiselect-native-select .multiselect-container .multiselect-option .form-check, .multiselect-container .multiselect-group .form-check, .multiselect-container .multiselect-all .form-check {
padding: 0 5px 0 5px!important;
}
span.multiselect-native-select .form-check-label {
font-size: 14px;
font-weight: 500;
}
span.multiselect-native-select .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
background: white
}
span.multiselect-native-select .multiselect-container .multiselect-option:hover, span.multiselect-native-select .multiselect-container .multiselect-option:focus {
background-color: #ebebeb!important;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
border: 1px solid #c7c7c7!important;
}
.multiselect-filter.d-flex.align-items-center {
padding: 10px!important;
}
.multiselect-container.dropdown-menu {
width: 100%!important;
}
.multiselect-container .multiselect-filter > .fa-search {
font-family: 'FontAwesome';
left: 6px;
position: relative;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
padding-left: 3rem!important;
}
.video-bo {
margin-top: 16px;
}
.video-bo img {
width: 100%;
height: 160px;
object-fit: cover;
border-radius: 4px;
padding: 10px;
box-shadow: 0px 0px 5px #bfbfbf;
}
.video-bo .video-title {
font-size: 18px;
font-weight: 700;
color: #5e5e5e;
}
.video-bo .video-length {
font-size: 16px;
font-weight: 500;
}
.video-bo .video-description {
margin-top: 10px;
}
.video-bo hr {
margin-top: 10px;
margin-bottom: 10px;
}
.video-bo button {
border: 0px;
background: #f1f1f1;
padding: 14px;
font-size: 12px;
border-radius: 4px;
}
.video-part-lists .video-part-item {
padding: 24px;
border: 1px solid #E8EAEE;
border-radius: 8px;
margin-bottom: 16px;
}
.video-part-lists .video-title {
font-family: 'Marr Sans';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;
color: #2A303C;
}
.video-part-lists .video-duration {
font-family: 'Marr Sans Cond';
font-style: normal;
font-size: 15px;
line-height: 24px;
color: #005B85;
}
.v-separator {
color: #E8EAEE;
margin: 0 8px;
}
.video-part-lists p.video-details {
margin-bottom: 0;
font-family: 'Marr Sans'!important;
font-size: 15px;
line-height: 24px;
margin-top: 8px;
}
.appendre-lists {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
font-size: 16px;
}
.appendre-item {
display: flex;
margin-bottom: 8px;
width: 50%;
}
.appendre-item .ml-2 {
margin-left: 1em;
}
.box-label {
background: #E4F2DD;
width: fit-content;
font-weight: 400;
padding: 4px 8px;
font-size: 14px;
line-height: 22px;
color: #0B1801;
border-radius: 3px;
font-family: 'Marr Sans';
}
.btn-le-cours {
background: #026B9C!important;
color: white!important;
font-weight: 500;
border: 1px solid #026B9C;
font-family: 'Marr Sans';
}
.font-weight-normal {
font-weight: 400;
}
.border-top {
border-top: 1px solid #E2E4E9;
padding-top:16px
}
.mc-icon {
height: 20px;
width: 20px;
}
.banner-info {
display: flex;
align-items: center;
font-size: 12px;
flex-wrap: wrap;
}
.banner-info .flex-item {
align-items: center;
margin-right: 5px;
margin-top: 8px;
display: flex;
font-family: 'Marr Sans';
}
.banner-info .flex-item > div {
margin-left: 4px;
}
#past-event-container .multiselect-container .multiselect-filter > .fa-search {
font-family: 'FontAwesome';
left: 24px;
position: relative;
}
#past-event-container span.multiselect-native-select input.form-check-input {
display: inline-block;
margin-right: 8px;
}
#past-event-container {
height: 300px;
}
#save_past_events {
margin-top: 15px;
}
.custom-dropdown.event-type-select {
position: absolute;
z-index: 1;
width: 100%;
background-color: white;
border:1px solid #ccc;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top: 0;
}
.custom-dropdown.event-type-select button {
width: 100%;
background-color: white;
text-align: left;
border: 0;
padding: 5px 10px;
border-radius: 8px;
display: flex;
align-items: center;
border-top: 1px solid #cfcfcf;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.custom-dropdown.event-type-select button span {
margin-left: 5px;
}
/* .custom-dropdown.event-type-select .collapse.in {
border-top: 1px solid #ccc
} */
.custom-dropdown.event-type-select .atelier-type button{
padding-left: 24px;
background: #efefef;
border-radius: 0;
}
.custom-dropdown.event-type-select #soir-type div:last-child button {
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.available-seat-block {
display: flex;
align-items: center;
justify-content: end;
}
.available-seat-block input {
width: 60px;
margin-left: 10px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #ddd;
background-color: #ddd;
color:#555
}
/*# sourceMappingURL=custom-admin.css.map */