.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd,
    .tabs .tab-title {
        float: left;
        list-style: none;
        margin-bottom: 0 !important;
        position: relative;
    }

        .tabs dd > a,
        .tabs .tab-title > a {
            display: block;
            background-color: #EFEFEF;
            color: #222222;
            font-size: 0.88889rem;
            padding: 0.88889rem 1.77778rem;
        }

            .tabs dd > a:hover,
            .tabs .tab-title > a:hover {
                background-color: #e1e1e1;
            }

        .tabs dd.active > a,
        .tabs .tab-title.active > a {
            background-color: #FFFFFF;
            color: #222222;
        }

    .tabs.radius dd:first-child a,
    .tabs.radius .tab:first-child a {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .tabs.radius dd:last-child a,
    .tabs.radius .tab:last-child a {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .tabs.vertical dd,
    .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.33333rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content > .content {
        display: none;
        float: left;
        padding: 0.83333rem 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 0.83333rem;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 0.83333rem;
        }

ul.checkboxlist {
    list-style: none;
}

    ul.checkboxlist li {
        display: inline-block;
        width: 20%;
    }

.colorsLegend {
}

    .colorsLegend .legendColorCell {
        width: 39px;
    }


.iconButton-small {
    font-size: 19px;
    padding: 0 9px;
    line-height: 35px;
    height: 35px;
}

.disabledButton, .disabledButton :hover {
    background-color: #e6e6e6 !important;
    cursor: default;
}



.noBottomMargin {
    margin-bottom: 0;
}

.arrowefekt {
    font-size: 25px;
    padding-left: 20px;
    opacity: 0;
    color: #019035;
}

.button.button-white-down {
    background: url('../images/arrow-down-red.png') no-repeat left center #ffffff;
    background-position: 17px center;
    padding-left: 35px;
    color: #f5231b;
}

.button.button-white-up {
    background: url('../images/arrow-up-red.png') no-repeat left center #ffffff;
    background-position: 17px center;
    padding-left: 35px;
    color: #f5231b;
}

.button.button-white-arrow_down-align_left {
    background: url(../images/arrow-down-red.png) no-repeat left center #ffffff;
    background-position: 0px center;
    padding-left: 19px;
    color: #f5231b;
}

.button.button-white-arrow_up-align_left {
    background: url(../images/arrow-up-red.png) no-repeat left center #ffffff;
    background-position: 0px center;
    padding-left: 19px;
    color: #f5231b;
}

.exportImportObject {
    margin-bottom: 10px;
}

.importResult {
    color: green;
    font-weight: 800;
    margin-bottom: 20px;
}

#m_divImportLog {
    overflow-y: scroll;
    height: 500px;
}

form {
    height: 100%;
}

.off-canvas-wrapper {
    height: 100%;
}

.off-canvas-wrapper-inner {
    height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
