.error_list {
    display: none;
}

/************* LOGIN PAGE ****************/

.login-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.login-bg .block-lang a {
    margin-left: 10px;
    width: 38px;
    height: 26px;
    background-size: cover;
    background-color: #FFFFFF;
}

.login-bg .block-title {
    margin-top: 3px;
    font-size: 18px;
}

.operator-logo {
    max-width: 100%;
    max-height: 150px;
}

.branding-form-operator-logo,
.branding-form-operator-background-image,
.captivePortalOverride-form-logo {
    max-width: 500px;
    max-height: 150px;
    margin: 10px;
}

.branding-form-operator-favicon {
    max-width: 32px;
    max-height: 32px;
    margin: 10px;
}

.btn-login {
    min-width: 120px;
    vertical-align: middle;
}

.btn-connect {
    margin-top: 1px !important;
}

/************* SIDEBAR *******************/

.side-header {
    text-align: center;
    padding: 6px 4px;
}

#sidebar {
    background-color: #2D5E86;
    color: #FFFFFF;
}

.nav-main,
.nav-main a,
.nav-main a>i,
.nav-main ul a,
.nav-main a.nav-submenu:before,
.nav-main a.nav-submenu:hover {
    color: #FFFFFF;
}

.mode div {
    margin-left: 20px;
    padding-left: 0px;
}

.sidebar-logo {
    max-width: 100%;
    height: auto;
}

/************* HEADER *********************/

#main-container {
    overflow: hidden;
}

#main-container>div:nth-of-type(1) {
    padding: 15px 25px 0px 25px;
}

#main-container>div:nth-of-type(1)>div.row>div {
    margin-bottom: 10px;
}

.floating-header {
    z-index: 20;
    left: 230px;
    right: 0;
}

.fixed {
    position: fixed;
}

@media screen and (max-width: 960px) {
    .floating-header {
        z-index: 20;
        left: 0;
        right: 0;
    }
}

/************* BLOCKS *********************/

.block-filter-options {
    margin-top: -9px;
    height: 18px;
    list-style: none;
}

.list-decoration-none {
    list-style: none;
}

.block-content-filter {
    margin: 20px 20px 20px 20px;
}

.block-h-300 {
    min-height: 300px;
}

.block-h-200 {
    min-height: 200px;
    overflow: auto;
}

.push-140-t {
    margin-top: 140px;
}

.push-200-t {
    margin-top: 200px;
}

.push-70-t {
    margin-top: 70px;
}

.push-80-t {
    margin-top: 80px !important;
}

.push-25-t {
    margin-top: 25px;
}

.block-fixed {
    position: fixed;
}

.block-inline {
    display: inline-block;
}

#filter-form .from-group,
#filter-form .form-material {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#filter-form .block-header {
    padding: 10px 20px 8px 20px;
}

#filter-form .block-header .btn {
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    #filter-form .form-material {
        margin-top: 25px;
    }

    #filter-form .form-group {
        margin-top: -20px !important;
        padding-bottom: 0px !important;
    }
}


.block.block-opt-fullscreen {
    padding-left: 230px;
    padding-top: 70px;
}

.optionnalField,
.passwordlostField {
    min-height: 0px;
    height: 0px;
}

.notification-block {}

.tab-content {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #DDD;
    border-radius: 0px 0px 4px 4px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    margin-top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 0px 10px grey;
    border-radius: 20px;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus:hover,
.slick-slider .slick-prev:focus:hover {
    margin-top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    opacity: 1;
}

.slick-next::before,
.slick-prev::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1 !important;
    color: #000 !important;
}

.slick-buttons i {
    margin-left: 5px;
    vertical-align: middle;
}

.slick-buttons a {
    margin-left: 5px;
}

.select2-container .select2-dropdown {
    z-index: 40000;
}

/************* FORMS *********************/

.form-material .form-control[readonly],
.form-material .form-control[disabled] {
    background-color: #F2F2F2;
    cursor: not-allowed;
}

.radio_list {
    list-style: none;
}

.radio_list>li {
    margin-left: 15px;
}

.checkbox_list {
    list-style: none;
    padding-left: 15px;
}

div.has-error label {
    color: #d26a5c;
}

.has-error .form-material .select2-container--default .select2-selection--single {
    border-color: #d26a5c;
}

.multiple-field-label label {
    padding-left: 15px;
}

.gap {
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    padding-left: 20px;
    margin-left: 15px;
}

.gap2 {
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    padding-left: 20px;
    margin-left: 50px;
}

/************* LANGAGES FLAG *************/

.block-lang {
    float: right;
    height: inherit;
}

.flag {
    width: 35px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -5px;
}

.fr_FR-flag {
    background-image: url('/assets/img/flag/64x64/France.png');
}

.en_GB-flag {
    background-image: url('/assets/img/flag/64x64/United-Kingdom.png');
}

.es_ES-flag {
    background-image: url('/assets/img/flag/64x64/Spain.png');
}

/************* GOOGLE MAPS ***************/

#gmaps-container {
    width: 100%;
    min-height: 600px;
    height: 100%;
    z-index: 0;
}

#gmaps-container .gmaps-bubble-title {
    font-size: 16px;
    text-align: center;
}

#gmaps-container .gmaps-bubble-hr {
    margin: 5px 0;
}

#gmaps-container .gmaps-bubble-content {
    font-size: 12px;
    text-align: left;
}

/************* JQUERY UI ****************/
.ui-state-focus {
    outline-color: transparent;
}

.select2-container,
.select2-container span,
.select2-container input {
    outline-color: transparent;
}

/************* DIVERS *********************/

legend {
    margin-bottom: 10px !important;
}

.page-heading {
    margin-bottom: 5px;
}

tr a.btn-default[href="#"],
.page-heading a.btn-default[href="#"],
tr a.btn-default[href="javascript:void(0)"],
.page-heading a.btn-default[href="javascript:void(0)"],
tr a.btn-default[href="javascript:void(0);"],
.page-heading a.btn-default[href="javascript:void(0);"] {
    cursor: not-allowed;
}

tr a.btn {
    margin-left: 5px;
}

.font-s24 {
    font-size: 24px;
}


.treetable tr.branch label.css-input span {
    margin-top: -10px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 3px;
}

.table>tbody>tr>td>a {
    width: 40px;
}

.table>tbody>tr.odd {
    background: #FFFFFF;
}

.table>tbody>tr.even {
    background: #F4F4F4;
}

.table-striped>thead>tr>th,
.table-striped>tbody>tr>th,
.table-striped>tfoot>tr>th,
.table-striped>thead>tr>td,
.table-striped>tbody>tr>td,
.table-striped>tfoot>tr>td {
    padding: 3px;
}

.table-striped>tbody>tr>td>a {
    width: 40px;
}

.table>tbody>tr,
.table-striped>tbody>tr {
    height: 36px;
}

.table>tbody>tr>td,
.table-striped>tbody>tr>td {
    vertical-align: middle;
}

.divider {
    border-top: 1px solid #E9E9E9;
    clear: both;
    margin: 20px 100px 30px;
}

.text-grey {
    color: #646464;
}

.proper-cut {
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert-info-column.proper-cut {
    white-space: nowrap;
    max-width: 300px;
}

.align-center {
    text-align: center;
}

/************* SUSCBRIPTION TABLE DAYS ****/

.vertical-middle {
    vertical-align: middle !important;
}

div[data-notify="container"] {
    /*top: 70px !important;*/
    font-size: 20px;
    min-height: 80px;
    vertical-align: middle;
}

span[data-notify="message"] {
    vertical-align: sub;
}

/************ PAGES *********************/
#page-container {
    background-color: #f6f5f7 !important;
}

.dropdown-menu {
    min-width: 220px;
}

.push-75-t {
    margin-top: 75px;
}

.push-3-t {
    margin-top: 3px;
}

/************* ERRORS *******************/

.error_list {
    list-style: none;
    color: #FF0000;
}

.slick-slide img {
    text-align: center;
    margin: 0 auto;
}

.slick-slide .img-responsive {
    width: auto;
}

.modal-backdrop {
    z-index: 1900;
}

div.modal {
    z-index: 2000;
}



.block-title button {
    background: none;
    margin-right: 5px;
    border: none;
    opacity: 0.5;
}

.block-title button:hover {
    opacity: 1;
}

.no-border {
    border: none;
}

/************* DASHBOARD ****************/

.alert-dashboard {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.monetisation-block-dashboard {
    min-height: 100px;
    margin-left: 2px;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    -moz-box-shadow: 2px 2px 1px 0px #656565;
    -webkit-box-shadow: 2px 2px 1px 0px #656565;
    -o-box-shadow: 2px 2px 1px 0px #656565;
    box-shadow: 2px 2px 1px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

.process-list {
    list-style: none;
    color: #FFFFFF;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 18px;
}

.process-tile {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    -moz-box-shadow: 2px 2px 1px 0px #656565;
    -webkit-box-shadow: 2px 2px 1px 0px #656565;
    -o-box-shadow: 2px 2px 1px 0px #656565;
    box-shadow: 2px 2px 1px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

.block-header-dashboard,
.block-header-analyticsaudience,
.block-header-analyticsprofiling,
.block-header-analyticscaptiveportals {
    font-size: 20px;
    /*-moz-box-shadow: 2px 2px 1px 0px #656565;
	-webkit-box-shadow: 2px 2px 1px 0px #656565;
	-o-box-shadow: 2px 2px 1px 0px #656565;
	box-shadow: 2px 2px 1px 0px #656565;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    margin-bottom: 0px !important;
    padding: 10px 20px;
}

#contentDashboard .block-header {
    padding: 10px 20px;
}

.block-dashboard,
.block-analyticsaudience,
.block-analyticsprofiling,
.block-analyticscaptiveportals {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/************* ANALYTICS ****************/
.tableFixHead {
    overflow-y: auto;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    background: #FFFFFF;
}

.tableFixIndex {
    z-index: 30000;
}

.fixed-side {
    position: sticky;
    left: 0;
    background: #FFFFFF;
}

.chartContent {
    padding: 0px 20px 1px;
}

.inline {
    display: inline;
}

/************* ANALYTICS AUDIENCE ****************/
table.heatmap {
    /*font-family: Arial,Helvetica Neue,Helvetica,sans-serif;*/
    margin: 0 auto;
    font-size: 10px;
    border-spacing: 0;
}

table.heatmap td {
    padding: 5px;
    text-align: center;
}

.rotate-45 {
    transform: rotate(-45deg);
}

.block-summary-analyticsaudience,
.block-summary-dashboard,
.block-indicators-dashboard {
    margin-bottom: 1px !important;
}

/************* ANALYTICS CAPTIVE PORTALS ****************/
.progressbar-container {
    padding: 0px;
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #BBBFBF;
    background-color: #F0F2F2;
    height: 20px;
}

.progressbar {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.progressbar:hover {
    opacity: 0.75;
}

.custom-field-labels {
    width: 80%;
    white-space: nowrap;
}

.export-custom-field {
    padding: 5px 20px 5px 10px;
}

.custom-field-header {
    display: inline;
}

/*********** CUSTOM FIELDS NOTATION **********/
.rating-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.star-svg {
    margin-left: 8px;
    /* Espacement entre le label et l'étoile */
    color: lightgray;
    /* Couleur gris clair initiale de l'étoile */
    vertical-align: middle;
    /* Aligne l'étoile au milieu du texte */
    position: relative;
    top: 1px;
    /* Ajuste la position verticale de l'étoile */
    transition: color 0.3s ease;
}

.rating-label:hover .star-svg {
    color: gold;
    /* Couleur de l'étoile au survol */
}

/*********** COLORBOX **********/

#colorbox {
    z-index: 30000 !important;
}

/* To change position of close button to Top Right Corner */
#cboxClose {
    top: 0 !important;
    right: 0;
}

#cboxLoadedContent {
    margin-top: 28px;
    margin-bottom: 0;
}


/*********** WIZARD ***********/

.block-max-h-300 {
    height: 300px;
}

.block-overflow {
    overflow: auto;
}

ul.wizard-list-aca li {
    -moz-box-shadow: 2px 2px 1px 0px #656565;
    -webkit-box-shadow: 2px 2px 1px 0px #656565;
    -o-box-shadow: 2px 2px 1px 0px #656565;
    box-shadow: 2px 2px 1px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    cursor: pointer;
}

ul.wizard-list-aca li i {
    cursor: pointer;
}

.modal-content-step4 {
    width: 120% !important
}

.modal-dialog {
    width: 50% !important
}

.block-padding-4 {
    padding: 4px 4px 4px 4px;
}


::-webkit-scrollbar {
    width: 12px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

.break-word {
    word-wrap: break-word;
}

.alert-info-column {
    word-break: break-word;
}

.alert-info-data-value {
    word-break: break-all;
    overflow-wrap: break-word;
}

.break-word-all {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tick {
    font-size: 15px;
}

.c3-legend-item>text {
    font-size: 15px;
}

.legend {
    max-height: 200px !important;
    overflow: auto !important;
}

.modal-content .block-content {
    max-height: 500px;
    overflow: auto !important;
}

.js-select2.js-toggle {
    display: none;
}

.js-toggle-optionnal,
.js-toggle-passwordlost {
    margin-right: 20px;
}

.switch input+span {
    width: 54px;
    height: 30px;
    background-color: #ccc;
    border-radius: 30px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.big-modal {
    width: 50% !important;
}

.hm-bubble,
.hm-richbubble {
    cursor: help;
    font-size: 20px;
    padding-left: 5px;
    position: absolute;
}

/* Edit qtip content style */
.qtip-light .qtip-content {
    font-size: 12px;
}

.popover {
    max-width: 50% !important;
    z-index: 20000;
    padding: 10px;
}

.popover .popover-title {
    padding: 0px;
}

.popover .popover-content {
    padding: 0px;
}

.block-options>li>a,
.block-options>li>button {
    display: block;
    padding: 2px 3px;
    color: #999999;
    opacity: .7;
}

.not-allowed {
    cursor: not-allowed !important;
}

.jsgrid-alt-row>.jsgrid-cell {
    background-color: #F1F1F1 !important;
}

.jsgrid-selected-row>.jsgrid-cell {
    background: #c4e2ff !important;
    border-color: #c4e2ff !important;
}

#jsGrid .jsgrid-grid-header.jsgrid-header-scrollbar,
#jsGridTemplate .jsgrid-grid-header.jsgrid-header-scrollbar {
    overflow-y: hidden;
}

#jsGrid .jsgrid-grid-body,
#jsGridTemplate .jsgrid-grid-body {
    overflow-y: hidden;
}

#resetDate {
    padding-bottom: 4px;
}

.block-title {
    word-break: break-word;
}

form:not(#loginform) .form-material>label {
    position: initial !important;
    display: inline !important;
}

.form-group {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

/************* TREEVIEW *******************/
#permissions-form #treeview {
    margin-top: 10px;
}

#permissions-form #treeview ul {
    margin-top: 0px;
}

#permissions-form #treeview li.treenode {
    line-height: 16px;
    padding: 3px 0 3px 16px;
}

#permissions-form #treeview li.treenode label {
    margin-bottom: 0px;
    margin-left: 5px;
}

.table-border-right th,
.table-border-right td {
    border-right: 3px solid white;
}

.fa-23px {
    font-size: 23px;
}

.fa-18px {
    font-size: 18px;
}

.hm-info {
    cursor: help;
}

.pad-7-b {
    padding-bottom: 7.5px !important;
}

.slider-horizontal {
    width: 100% !important;
}

.select2-results__option[aria-selected=true] {
    display: none !important;
}

input[readonly] {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.export-custom-field {
    width: 95% !important;
}

.custom_field_answers {
    margin: 10px 0px 10px 0px;
    font-size: 15px;
}

.td-center,
.th-center {
    text-align: center;
}

.daterangepicker.dropdown-menu {
    z-index: 30000 !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.referrer-link i {
    padding: 0px 5px;
}

.referrer-link:hover {
    text-decoration: underline;
}

/************* ICONS *********************/

.pdf-icon {
    background-image: url("/images/pdf-icon.gif");
    display: inline-block;
    height: 16px;
    width: 16px;
}

.csv-icon {
    background-image: url("/images/csv-icon.gif");
    display: inline-block;
    height: 16px;
    width: 16px;
}

.icon-mobileconnect {
    margin-top: 1px;
    display: inline-block;
    background: url('/images/mobileconnect.png') center no-repeat;
    width: 21px;
    height: 23px;
}

.icon-x-twitter {
    margin-top: 1px;
    display: inline-block;
    background: url('/images/x.png') center no-repeat;
    width: 21px;
    height: 23px;
}

.icon-microsoft {
    margin-top: 1px;
    display: inline-block;
    background: url('/images/microsoft.png') center no-repeat;
    width: 21px;
    height: 23px;
}

.icon-googleconnect {
    margin-top: 1px;
    display: block;
    background: url('/images/google.png') center no-repeat;
    width: 21px;
    height: 23px;
}

/************ Link to documentation **********/
a.linktodoc_image_large {
    float: none;
}

a.linktodoc_image_large img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.block>.nav-tabs>li>a.linktodoc_image_large_custom {
    text-align: left;
    padding: 5px;
    cursor: pointer;
}

.block>.nav-tabs>li>a.linktodoc_image_large_custom img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

a.linktodoc_image_small {
    padding-left: 1px;
}

a.linktodoc_image_small img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

li.float_right {
    float: right;
    padding: 13px 10px;
}

span.linktodoc_list_text {
    padding-left: 23px;
}

span.ok_icon {
    display: block;
    height: 20px;
    background: url(/images/docs.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

span.error_icon {
    display: block;
    height: 20px;
    background: url(/images/docs-error.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

span.linktodoc_image_large_text,
span.linktodoc_image_small_text {
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
}

span.linktodoc_image_large_text img,
span.linktodoc_image_small_text img {
    margin-right: 5px;
}

span.linktodoc_image_large_text a.linktodoc_text,
span.linktodoc_image_small_text a.linktodoc_text {
    vertical-align: middle;
}

span.linktodoc_image_small_text {
    font-size: 14px;
}


/************ Social connectors color **********/
.facebook-color-text {
    color: #3b5998 !important;
}

.linkedin-color-text {
    color: #0077B5 !important;
}

.rotation-45 {
    transform: rotate(45deg);
}

.select2-results__option[aria-disabled=true] {
    display: none;
}

#csr-form-div,
#download-files-div {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}

.block-h-tshoko {
    max-height: 48px;
}

.block-h-tshoko img {
    height: 28px;
    margin-top: -4px;
}


/* ### IMPORTANT ### */
.no-padding {
    padding: 0 0 0 0 !important;
}

.padding-10-t {
    padding-top: 10px !important;
}

.padding-10-b {
    padding-bottom: 10px !important;
}


.no-margin {
    margin: 0 0 0 0 !important;
}

.connector-btn {
    width: 66px;
    height: 66px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    background-color: lightgrey;
}

.connector-btn img {
    background-color: white;
    margin-top: 2.5px;
}

.icons-2 {
    width: 110px;
}

/******* Drag and drop *******/
.select2-selection__rendered.ui-sortable li:hover {
    cursor: pointer !important;
}

.select2-selection__rendered.ui-sortable li.ui-sortable-helper {
    cursor: move !important;
}

/************ Degraded mode (not node 1) **********/
.notnode1 {
    background: repeating-linear-gradient(45deg,
            #797979,
            #797979 10px,
            #909090 10px,
            #909090 20px);
}

.nav-main .notnode1 a:hover {
    background: repeating-linear-gradient(45deg,
            #797979,
            #797979 10px,
            #909090 10px,
            #909090 20px);
    cursor: not-allowed;
}

.jsgrid-pager-container {
    display: block !important;
}

/************ Diagnostic **********/

.lognetwork-response-column {
    word-break: break-word;
}

/************ C3 JS Graphs **********/
.c3-tooltip {
    text-align: left !important;
}

/* Meraki Synchronization AP */
#networksList ul {
    list-style: none;
}

#networksList ul#networksUL {
    font-weight: bold;
    list-style: none;
    padding: 0 !important;
}

#networksList ul#networksUL .add-warning {
    font-weight: normal;
}

#networksList ul#networksUL li {
    padding-bottom: 5px;
    padding-top: 5px;
}

#networksList ul#networksUL li span.expand {
    cursor: pointer;
}

#networksList ul#networksUL li ul.apsUL {
    padding-left: 40px;
}

#networksList ul#networksUL li ul.apsUL li {
    font-weight: normal;
    padding-bottom: 1px;
    padding-top: 1px;
}

#networksList ul#networksUL li .listicon {
    padding-right: 10px;
    /*padding: 0px 10px;*/
}

#networksList ul#networksUL li .expandicon {
    cursor: pointer;

}

.aca_edit_rows {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}