﻿.box-sizing-border * {
    box-sizing: border-box;
}

/*icon mathjax*/
.k-i-Equation {
    /*background-size: 13px;
    background-position: 4px 5px;
    background-image: url('images/pi.png');
    background-repeat: no-repeat;*/
    font-family: cursive;
}

    .k-i-Equation:before {
        content: "∏";
    }

/*icon preview*/
.k-i-Preview, .k-i-Insert-video {
    font-family: 'Glyphicons Halflings';
}

    .k-i-Preview:before {
        content: "\e105";
    }

    .k-i-Insert-video:before {
        content: "\e009";
    }

/*icon folder editor*/
.k-filebrowser .k-i-folder {
    width: 80px;
    height: 80px;
    background-position: 0 -200px;
    background-repeat: no-repeat;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
    width: 90px;
}

.k-widget.k-window .k-filebrowser-dialog .k-filebrowser .k-loading-mask {
    display: none !important;
}

/*icon removehtml,insertfile for editor*/
.k-i-removehtml, .k-i-insertfile {
    font: normal normal normal 14px/1 FontAwesome;
}

    .k-i-removehtml:before {
        content: "\f0ea";
    }

    .k-i-insertfile:before {
        content: "\f15b";
    }

/*Custom icon for combobox tree*/
.fa-level-2:before {
    content: "\f068";
    font-size: 7pt;
}

.fa-level-3:before {
    content: "\f067";
    font-size: 7pt;
}

.fa-level-4,
.fa-level-5 {
    vertical-align: top;
    padding-top: 6px;
}

    .fa-level-4:before {
        content: "\f111";
        font-size: 5pt;
    }

    .fa-level-5:before {
        content: "\f10c";
        font-size: 5pt;
    }
/*end*/



/* NOTIFYCATION */
/* Info template */
.k-animation-container {
    min-height: 133px !important;
}

.k-notification {
    margin: 3px 0px;
}

.k-notification-new-mail.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-mail {
    /*width: 300px;
    height: 100px;*/
}

    .new-mail h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .new-mail img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

/* Error template */
.k-widget.k-notification.k-notification-error {
    background-color: #eb1c24;
    border-color: #cbcbcb;
    color: #eb1c24;
}

.k-widget.k-notification.k-notification-warning {
    background-color: #faaf3a;
    border-color: #cbcbcb;
    color: #faaf3a;
}

.k-widget.k-notification.k-notification-success {
    background-color: #39b44a;
    border-color: #cbcbcb;
    color: #39b44a;
}

.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.wrong-pass,
.success,
.info,
.warning {
    text-align: center;
    border-radius: 7px;
}

    .wrong-pass h3,
    .success h3,
    .info h3,
    .warning h3 {
        font-size: 1em;
        padding: 15px 0px 10px 0px;
        margin: 0px;
        color: #333;
        background-color: #f6f7f9;
    }

    .wrong-pass img,
    .success img,
    .info img,
    .warning img {
        margin: 10px auto 10px auto;
    }

    .wrong-pass p,
    .success p,
    .info p,
    .warning p {
        background-color: #f6f7f9;
        margin: 0px;
        padding: 0px 10px 15px 10px;
        line-height: 120%;
        font-weight: 600;
    }

    .wrong-pass .div-button,
    .success .div-button,
    .info .div-button,
    .warning .div-button {
        background-color: #f6f7f9;
        text-align: center;
        padding-top: 50px;
    }

    .wrong-pass .btn-primary,
    .success .btn-primary,
    .info .btn-primary,
    .warning .btn-primary {
        min-width: 120px;
    }
/* Success template */
.k-notification-success.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

/* Info template */
.k-notification-info.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

/* Warning template */
.k-notification-warning.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

/* Upload Success template */
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.upload-success {
    /*width: 240px;
    height: 100px;*/
    padding: 0 30px;
    /*line-height: 100px;*/
}

    .upload-success h3 {
        font-size: 1.7em;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .upload-success p {
        padding-right: 10px;
    }

.k-dialog .k-window-titlebar .k-dialog-title {
    font-size: 14pt;
    padding-left: 8px;
}

/*custom table in editor*/
.k-table {
    width: 100%;
    border-spacing: 0;
    margin: 0 0 1em;
    border-width: 1px;
}

    .k-table td {
        min-width: 1px;
        padding: .2em .3em;
    }

    .k-table, .k-table td {
        outline: 0;
        border: 1px dotted #ccc;
    }

        .k-table p {
            margin: 0;
            padding: 0;
        }

.k-column-resize-handle-wrapper {
    position: absolute;
    height: 10px;
    width: 10px;
    cursor: col-resize;
    z-index: 2;
}

.k-column-resize-handle {
    width: 100%;
    height: 100%;
}

    .k-column-resize-handle > .k-column-resize-marker {
        width: 2px;
        height: 100%;
        margin: 0 auto;
        background-color: #00b0ff;
        display: none;
        opacity: 0.8;
    }

.k-row-resize-handle-wrapper {
    position: absolute;
    cursor: row-resize;
    z-index: 2;
    width: 10px;
    height: 10px;
}

.k-row-resize-handle {
    display: table;
    width: 100%;
    height: 100%;
}

.k-row-resize-marker-wrapper {
    display: table-cell;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.k-row-resize-marker {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #00b0ff;
    opacity: 0.8;
    display: none;
}

.k-table-resize-handle-wrapper {
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 100;
    width: 5px;
    height: 5px;
}

.k-table-resize-handle {
    width: 100%;
    height: 100%;
}

    .k-table-resize-handle.k-resize-east {
        cursor: e-resize;
    }

    .k-table-resize-handle.k-resize-north {
        cursor: n-resize;
    }

    .k-table-resize-handle.k-resize-northeast {
        cursor: ne-resize;
    }

    .k-table-resize-handle.k-resize-northwest {
        cursor: nw-resize;
    }

    .k-table-resize-handle.k-resize-south {
        cursor: s-resize;
    }

    .k-table-resize-handle.k-resize-southeast {
        cursor: se-resize;
    }

    .k-table-resize-handle.k-resize-southwest {
        cursor: sw-resize;
    }

    .k-table-resize-handle.k-resize-west {
        cursor: w-resize;
    }

.k-table.k-table-resizing {
    opacity: 0.6;
}

k\:script {
    display: none;
}

.k-grid table.k-table {
    border-width: 1px;
}

.k-grid .k-i-filter:before {
    content: "\e12b";
}
/*end custom table in editor*/
.k-datepicker .k-picker-wrap .k-i-warning, .k-datetimepicker .k-picker-wrap .k-i-warning, .k-timepicker .k-picker-wrap .k-i-warning {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible;
}

.k-datetimepicker .k-picker-wrap .k-i-warning {
    color: #ff3448;
    margin-left: 0;
    margin-right: 5.6em;
}


.k-filter-menu {
}

    .k-filter-menu input.k-textbox {
        height: 34px;
        text-indent: .3em;
    }

    .k-filter-menu button {
        white-space: nowrap;
    }

    .k-filter-menu label {
        display: block;
        min-width: 150px;
        line-height: 20px;
    }

        .k-filter-menu label input[type=radio]:only-child {
            width: 15px;
            height: 15px;
            float: left;
            margin-top: 2.5px;
            margin-right: 5px;
            outline: none;
        }

        .k-filter-menu label input[type="radio"]:not(:only-child) {
            display: none;
        }

        .k-filter-menu label input[type="radio"] + span {
            padding-left: 30px;
            line-height: 20px;
            font-weight: 600;
            cursor: pointer;
            position: relative;
        }

            .k-filter-menu label input[type="radio"] + span:before {
                content: ' ';
                display: block;
                width: 20px;
                height: 20px;
                line-height: 0;
                position: absolute;
                top: 0;
                left: 0;
                background-image: url('images/radio.png');
                background-size: 20px;
                background-position: 0 0;
            }

        .k-filter-menu label input[type="radio"]:checked + span:before {
            background-position: 0 -20px;
        }

        .k-filter-menu label input[type="radio"]:disabled + span:before {
            background-position: 0 -40px;
        }

        .k-filter-menu label input[type="radio"]:disabled:checked + span:before {
            background-position: 0 -60px;
        }

        .k-filter-menu label input[type="radio"]:focus + span:before {
            background-position: 0 -80px;
        }

        .k-filter-menu label input[type="radio"]:focus:checked + span:before {
            background-position: 0 -100px;
        }
