/* ---- GENERAL CSS ---- */

#wpbody-content .update-nag {
    display: none;
}

#context360PluginBody {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    position: relative;
    display: block;
    width: 95%;
    margin: 10px auto;
    padding-right: 20px;
    overflow: hidden;
    background-color: #f1f1f1;
}

#context360PluginBody .header-name {
    width: 100%;
    font-size: 14pt;
    margin-bottom: 10px;
}

#context360PluginBody .hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fafafa;
}

#context360PluginBody .vr {

}

.notice-content {
    border-left-color: #485ff8;
}

#context360PluginBody .main-content {
    width: 80%;
    float: left;
    border-right: 1px solid #ddd;
}

#context360PluginBody .aside-content {
    width: 19%;
    float: right;
}

.aside-content .aside-row {
    padding: 20px 3%;
    margin: 10px 2%;
}

/* ---- SETTINGS CSS ---- */
.main-content-body .registration-row {
    background-color: #ffffff;
    /*border-left: 2px solid #485ff8;*/
    margin-right: 20px;
    border-left: 4px solid #485ff8;
    padding: 20px 4%;
}

.registration-row .email {
    text-align: center;
    margin: 30px 0;
}

.email p label span {
    font-weight: bold;
    cursor: text;
    color: #23282d;
}

.email input[type=email] {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: italic;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    font-size: 1em;
}

.registration-row .btn {
    margin-top: 20px;
    text-align: center;
}

/* link przejdz do context360 */
.aside-row a.button {
    max-width: 100%;
    text-wrap: normal;
    text-overflow: clip;
}

input[type=checkbox]:checked + label {
    color: #485ff8;
    font-style: normal;
    text-decoration: underline;

}

input.input-disabled:disabled {
    pointer-events: none;
    background-color: #eee;
}

.categories.disabled .topPane .pane {
    pointer-events: none;
    background-color: #f9f9f9;
}

.categories.disabled .topPane .rightPane {
    border: 2px solid #999;
}


/* ---- CATEGORIES CSS ---- */

.option {
    border-radius: 2px;
    padding: 6px;
    color: #666;
    margin-bottom: 3px;
    text-align: left;
    cursor: pointer;
    user-select: none;
}

.leftPane, .rightPane {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 20px;
    width: 200px;
    overflow-y: scroll;
    height: 300px;
    display: inline-block;
}

.rightPane {
    border: 2px solid #485ff8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.topPane {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pane::-webkit-scrollbar {
    height: 8px;
    width: 4px;
    background: rgba(0, 0, 0, 0.01);
}

.pane::-webkit-scrollbar-thumb {
    background-color: #a0a5aa;
    -webkit-border-radius: 50px;
}

/* ---- EMAIL CSS ---- */
.main-content-info {
}

/* ---- PLACEMENTS CSS ---- */
.check-list {
    display: table; /* Allow the centering to work */
    margin: 0 2%;
}

.check-list {
    min-width: 696px;
    list-style: none;
    padding-top: 20px;
}

.check-list p {
    display: inline;
    padding-right: 10%;
}

/*input[type=checkbox] + label {*/
/*    color: #ccc;*/
/*    font-style: italic;*/
/*}*/

.buttons-field {
    width: 100%;
    position: relative;
    display: table;
    margin-right: 100px;
    margin-top: 40px;
}

.buttons-field .btn {
    display: table-cell;
    width: 33%;
    text-align: left;
}

.buttons-field .btn-all {
    text-align: right;
}

.buttons-field .btn-all .button-all {
    color: #999999;
}

.break {
    height: 50px;
}

/* ---- STATISTICS CSS ---- */
.statistics-content .up {
    width: 100%;
    position: relative;
    display: table;
}

.statistics-content .up .left {
    display: table-cell;
    width: 50%;
    padding: 10px 0;
}

.statistics-content .up .right {
    padding: 10px 20px;
    text-align: left;
}

.statistics-content .down {
    width: 100%;
    padding: 10px 0;
}

.statistics-content .top-name {
    padding-top: 10px;
}

.statistics-content .down-name {
    padding: 5px 0;
}

.chart #myChart {
    max-width: 100%;
    max-height: 500px;
}


/*@media (min-width: @screen-sm-min) {*/
/*    .make-grid(sm);*/
/*}*/


/*Grid system*/
/*--------------------------------------------------*/

/*Large grid
Columns, offsets, pushes, and pulls for the large desktop device range.*/

@media (max-width: 1400px) {
    #context360PluginBody .main-content {
        width: 100%;
        display: block;
        border-right: 0;
    }

    #context360PluginBody .main-content .registration-row {
        margin: 20px 0;
    }

    #context360PluginBody .aside-content {
        width: 100%;
        display: block;
    }

    #context360PluginBody .aside-content .aside-row {
        margin: 20px 0;
    }
}

/*Medium grid
Columns, offsets, pushes, and pulls for the desktop device range.*/

/*@media (max-width: 600px) {*/
/*    #context360PluginBody .main-content {*/
/*        width: 100%;*/
/*        display: block;*/
/*        border-right: 1px solid #ddd;*/
/*    }*/

/*    #context360PluginBody .aside-content {*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/

/*}*/

