﻿.refreshBtnContainer .k-button {
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
}

    .refreshBtnContainer .k-button:active {
        color: #fff !important;
    }

.btn-success, .btn-danger {
    color: #fff;
}

    .btn-success:hover, .btn-danger:hover {
        color: #fff;
    }

#main {
    min-height: unset !important;
}



.responsive .k-multiselect {
    max-height: unset !important;
}

    .responsive .k-multiselect li {
        padding-left: 5px;
        margin-right: 4px;
    }

    .responsive .k-multiselect .k-button [aria-label=delete] {
        /* border: 1px solid; */
        display: block;
        height: 18px;
        position: relative;
        width: 20px;
        margin-top: -19px;
        margin-left: -12px;
    }


    .responsive .k-multiselect .k-button span:first-child {
        padding-left: 17px !important;
    }

    .responsive .k-multiselect .k-i-close {
        margin-right: 2px;
        margin-top: -2px;
    }

/*                        [data-editform]*/
.responsive li.octopusitem[data-octopus-type="13"] {
    border: none !important;
    border-radius: 0px !important;
}

    .responsive li.octopusitem[data-octopus-type="13"] .k-upload-button {
        width: calc(100% - 9px);
    }

        .responsive li.octopusitem[data-octopus-type="13"] .k-upload-button input {
            border: 2px solid red;
            position: absolute !important;
        }

    .responsive li.octopusitem[data-octopus-type="13"] .k-dropzone em {
        position: absolute;
        left: -8px;
        bottom: 0px;
        top: 0px;
        height: unset;
        width: calc(100% + 0px);
        border: 1px dashed #000;
        text-align: center;
        padding-top: 13px;
        background-color: #fff;
    }


    .responsive li.octopusitem[data-octopus-type="13"] .k-upload-files {
        width: calc(100% - 14px);
    }

.hidden-menu #main {
    left: -230px !important;
}

.k-editor-toolbar .k-tool-group {
    display: inline-block !important;
    width: auto !important;
    max-width: unset;
    min-width: unset;
}




