/* Body */
div[smart="smartcalendar-container"], div[smart="smartcalendarrange-container"], div[smart="smartdropdownlist-container"], div[smart="smartcheckboxlist-container"], div[smart="smarttextbox-container"] {
    width: auto;
}

.content-show-filters, .content-show-grid {
    min-height: 40px;
    min-width: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    float: right;
}

    .content-show-filters .glyphicon, .content-show-grid .glyphicon {
        font-size: 24px;
        color: rgb(51, 51, 51);
    }

.content-grid {
    margin-top: 30px;
}

.ImgLogOff {
    margin-top: 0;
}

.panel-body {
    padding: 10px 0 10px 0;
}

.panel-group {
    margin-bottom: 30px;
}

    .panel-group .panel {
        border: none;
        box-shadow: none;
    }

    .panel-group.filters-chart {
        height: 105px;
    }

.content-chart .input-group-text input[type=checkbox] {
    margin: 4px 10px 0;
}

div[smart="smartcheckboxlist-selectBox"] {
    width: 200px;
}

table[smart="smartcheckboxlist-checkboxlist"] {
    min-width: 200px;
}

.glyphicon:hover {
    transform: none;
}
/* Chart */
.container-chart {
    position: relative;
    /*z-index: 2;*/
}

    .container-chart .content-chart {
        position: relative;
        top: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        .container-chart .content-chart.toggle-slide {
            top: -120px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

    .container-chart .filters {
        opacity: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        .container-chart .filters.toggle-fade {
            opacity: 0;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

g.highcharts-button {
    display: none;
}
/* Grid */
/*.container-grid {
    position: relative;
    overflow: hidden;
    top: 0;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}*/

.container-grid.toggle-slide {
    top: -190px;
}

.container-grid.toggle-slide-bs {
    top: -115px;
}

.container-grid.toggle-fade {
    opacity: 1;
    max-height: initial;
}

.container-grid .content-grid {
    position: relative;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .container-grid .content-grid.toggle-slide {
        top: -300px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.container-grid .filters {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .container-grid .filters.toggle-fade {
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

select[smart="smartdropdownlist-dropdownlist"], input[smart="smarttextbox-textbox"], input[smart="smartcalendar-textbox"] {
    margin: 5px 0 5px 0;
}

.mb-btn-search {
    margin: 10px 0 0 0;
}

/* Smart Control DropDownExtender */
.content-dde-export {
    margin-bottom: 15px;
    overflow: hidden;
}

.panel-sdde {
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
}

    .panel-sdde > span {
        position: relative;
        display: inline-block;
    }

    .panel-sdde input.sdde-input {
        width: 120px;
        cursor: pointer;
    }

    .panel-sdde div[smart="smarttextbox-container"] {
        position: relative;
    }

    .panel-sdde .glyphicon {
        pointer-events: none;
        right: 15px;
        top: 8px;
    }

    .panel-sdde > span > div[smart="smarttextbox-container"] > span:last-child {
        display: none;
    }

    .panel-sdde input.btn-default {
        min-width: 135px;
        text-align: left;
    }

/* Css Custom Checkbox */
.checkbox {
    position: relative;
    display: block;
}

    .checkbox input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-left: 190px;
    }

        .checkbox input:checked + label::before {
            border-color: #434348;
        }

        .checkbox input:checked + label::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 13px;
            height: 13px;
            top: 4px;
            border: 1px solid #434348;
            border-radius: 50%;
            background-color: #434348;
            right: -25px;
        }

    .checkbox label {
        display: inline-block;
        position: relative;
        padding: 1px 5px 5px 5px;
        font-weight: bold;
        color: #555;
        font-weight: bold !important;
        font-size: 14px;
        text-transform: uppercase;
    }

        .checkbox label::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 2px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            right: -25px;
        }

    .checkbox.disabled label {
        color: #cccccc;
    }

        .checkbox.disabled label::before {
            opacity: .54;
            border-color: #cccccc;
        }

    .checkbox input:checked + label::before {
        border-color: #434348;
        background-color: #434348;
    }

/* SmartCheckBoxList*/
table[smart="smartcheckboxlist-checkboxlist"] > tbody > tr > td > label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

table[smart="smartcheckboxlist-checkboxlist"] > tbody > tr > td > input {
    vertical-align: middle;
    margin: 0 5px 0 5px;
}

table[smart="smartcheckboxlist-checkboxlist"][id$="ddlChartReseller"],
table[smart="smartcheckboxlist-checkboxlist"][id$="ddlGridReseller"] {
    right: 0;
}

    table[smart="smartcheckboxlist-checkboxlist"][id$="ddlChartReseller"] > tbody > tr > td > label,
    table[smart="smartcheckboxlist-checkboxlist"][id$="ddlGridReseller"] > tbody > tr > td > label,
    table[smart="smartcheckboxlist-checkboxlist"][id$="ddlGridDistributore"] > tbody > tr > td > label {
        width: 90%;
    }

.table-monitor-integrazione .btn-grid-row:first-child {
    margin-bottom: 2px;
}

.content-range-date {
    display: inline-block;
}

/* Monitor */
.content-monitor .filters .row > div,
.content-monitor .filters .row > span {
    display: inline-block;
    float: left;
    height: 65px;
}

.content-p table[smart="smartcheckboxlist-checkboxlist"][id$="ddlChartStato"],
.content-p table[smart="smartcheckboxlist-checkboxlist"][id$="ddlGridStato"] {
    min-width: 235px;
}

/* Loader */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 10010;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border: 3px solid #e4b395;
    border-radius: 80px;
    border-top-color: #e97328;
    animation: spinnerLoading 0.7s ease-in-out infinite;
    transition: 160ms ease-in;
}

/* Media */

@media (min-width: 1200px) and (max-width: 1399px) {

    table[smart="smartcheckboxlist-checkboxlist"][id$="ddlChartReseller"],
    table[smart="smartcheckboxlist-checkboxlist"][id$="ddlGridReseller"] {
        right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}
