﻿@import "./glyphicon/css/glyphicon.css";

.zk-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .zk-btn:focus,
    .zk-btn:active:focus,
    .zk-btn.active:focus,
    .zk-btn.focus,
    .zk-btn:active.focus,
    .zk-btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .zk-btn:hover,
    .zk-btn:focus,
    .zk-btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .zk-btn:active,
    .zk-btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .zk-btn.disabled,
    .zk-btn[disabled],
    fieldset[disabled] .zk-btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: 0.65;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.zk-btn.disabled,
fieldset[disabled] a.zk-btn {
    pointer-events: none;
}

.zk-btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .zk-btn-default:focus,
    .zk-btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .zk-btn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .zk-btn-default:active,
    .zk-btn-default.active,
    .open > .dropdown-toggle.zk-btn-default {
        color: #333333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .zk-btn-default:active:hover,
        .zk-btn-default.active:hover,
        .open > .dropdown-toggle.zk-btn-default:hover,
        .zk-btn-default:active:focus,
        .zk-btn-default.active:focus,
        .open > .dropdown-toggle.zk-btn-default:focus,
        .zk-btn-default:active.focus,
        .zk-btn-default.active.focus,
        .open > .dropdown-toggle.zk-btn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .zk-btn-default.disabled:hover,
    .zk-btn-default[disabled]:hover,
    fieldset[disabled] .zk-btn-default:hover,
    .zk-btn-default.disabled:focus,
    .zk-btn-default[disabled]:focus,
    fieldset[disabled] .zk-btn-default:focus,
    .zk-btn-default.disabled.focus,
    .zk-btn-default[disabled].focus,
    fieldset[disabled] .zk-btn-default.focus {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .zk-btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.zk-btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .zk-btn-primary:focus,
    .zk-btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #122b40;
    }

    .zk-btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .zk-btn-primary:active,
    .zk-btn-primary.active,
    .open > .dropdown-toggle.zk-btn-primary {
        color: #ffffff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
    }

        .zk-btn-primary:active:hover,
        .zk-btn-primary.active:hover,
        .open > .dropdown-toggle.zk-btn-primary:hover,
        .zk-btn-primary:active:focus,
        .zk-btn-primary.active:focus,
        .open > .dropdown-toggle.zk-btn-primary:focus,
        .zk-btn-primary:active.focus,
        .zk-btn-primary.active.focus,
        .open > .dropdown-toggle.zk-btn-primary.focus {
            color: #ffffff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .zk-btn-primary.disabled:hover,
    .zk-btn-primary[disabled]:hover,
    fieldset[disabled] .zk-btn-primary:hover,
    .zk-btn-primary.disabled:focus,
    .zk-btn-primary[disabled]:focus,
    fieldset[disabled] .zk-btn-primary:focus,
    .zk-btn-primary.disabled.focus,
    .zk-btn-primary[disabled].focus,
    fieldset[disabled] .zk-btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .zk-btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.zk-btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .zk-btn-success:focus,
    .zk-btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .zk-btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .zk-btn-success:active,
    .zk-btn-success.active,
    .open > .dropdown-toggle.zk-btn-success {
        color: #ffffff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439;
    }

        .zk-btn-success:active:hover,
        .zk-btn-success.active:hover,
        .open > .dropdown-toggle.zk-btn-success:hover,
        .zk-btn-success:active:focus,
        .zk-btn-success.active:focus,
        .open > .dropdown-toggle.zk-btn-success:focus,
        .zk-btn-success:active.focus,
        .zk-btn-success.active.focus,
        .open > .dropdown-toggle.zk-btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .zk-btn-success.disabled:hover,
    .zk-btn-success[disabled]:hover,
    fieldset[disabled] .zk-btn-success:hover,
    .zk-btn-success.disabled:focus,
    .zk-btn-success[disabled]:focus,
    fieldset[disabled] .zk-btn-success:focus,
    .zk-btn-success.disabled.focus,
    .zk-btn-success[disabled].focus,
    fieldset[disabled] .zk-btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .zk-btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.zk-btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .zk-btn-info:focus,
    .zk-btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .zk-btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .zk-btn-info:active,
    .zk-btn-info.active,
    .open > .dropdown-toggle.zk-btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc;
    }

        .zk-btn-info:active:hover,
        .zk-btn-info.active:hover,
        .open > .dropdown-toggle.zk-btn-info:hover,
        .zk-btn-info:active:focus,
        .zk-btn-info.active:focus,
        .open > .dropdown-toggle.zk-btn-info:focus,
        .zk-btn-info:active.focus,
        .zk-btn-info.active.focus,
        .open > .dropdown-toggle.zk-btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .zk-btn-info.disabled:hover,
    .zk-btn-info[disabled]:hover,
    fieldset[disabled] .zk-btn-info:hover,
    .zk-btn-info.disabled:focus,
    .zk-btn-info[disabled]:focus,
    fieldset[disabled] .zk-btn-info:focus,
    .zk-btn-info.disabled.focus,
    .zk-btn-info[disabled].focus,
    fieldset[disabled] .zk-btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .zk-btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.zk-btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .zk-btn-warning:focus,
    .zk-btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .zk-btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .zk-btn-warning:active,
    .zk-btn-warning.active,
    .open > .dropdown-toggle.zk-btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512;
    }

        .zk-btn-warning:active:hover,
        .zk-btn-warning.active:hover,
        .open > .dropdown-toggle.zk-btn-warning:hover,
        .zk-btn-warning:active:focus,
        .zk-btn-warning.active:focus,
        .open > .dropdown-toggle.zk-btn-warning:focus,
        .zk-btn-warning:active.focus,
        .zk-btn-warning.active.focus,
        .open > .dropdown-toggle.zk-btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .zk-btn-warning.disabled:hover,
    .zk-btn-warning[disabled]:hover,
    fieldset[disabled] .zk-btn-warning:hover,
    .zk-btn-warning.disabled:focus,
    .zk-btn-warning[disabled]:focus,
    fieldset[disabled] .zk-btn-warning:focus,
    .zk-btn-warning.disabled.focus,
    .zk-btn-warning[disabled].focus,
    fieldset[disabled] .zk-btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .zk-btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.zk-btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .zk-btn-danger:focus,
    .zk-btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .zk-btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .zk-btn-danger:active,
    .zk-btn-danger.active,
    .open > .dropdown-toggle.zk-btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925;
    }

        .zk-btn-danger:active:hover,
        .zk-btn-danger.active:hover,
        .open > .dropdown-toggle.zk-btn-danger:hover,
        .zk-btn-danger:active:focus,
        .zk-btn-danger.active:focus,
        .open > .dropdown-toggle.zk-btn-danger:focus,
        .zk-btn-danger:active.focus,
        .zk-btn-danger.active.focus,
        .open > .dropdown-toggle.zk-btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .zk-btn-danger.disabled:hover,
    .zk-btn-danger[disabled]:hover,
    fieldset[disabled] .zk-btn-danger:hover,
    .zk-btn-danger.disabled:focus,
    .zk-btn-danger[disabled]:focus,
    fieldset[disabled] .zk-btn-danger:focus,
    .zk-btn-danger.disabled.focus,
    .zk-btn-danger[disabled].focus,
    fieldset[disabled] .zk-btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .zk-btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.zk-btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .zk-btn-link,
    .zk-btn-link:active,
    .zk-btn-link.active,
    .zk-btn-link[disabled],
    fieldset[disabled] .zk-btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .zk-btn-link,
        .zk-btn-link:hover,
        .zk-btn-link:focus,
        .zk-btn-link:active {
            border-color: transparent;
        }

            .zk-btn-link:hover,
            .zk-btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .zk-btn-link[disabled]:hover,
            fieldset[disabled] .zk-btn-link:hover,
            .zk-btn-link[disabled]:focus,
            fieldset[disabled] .zk-btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.zk-btn-lg,
.zk-btn-group-lg > .zk-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.zk-btn-sm,
.zk-btn-group-sm > .zk-btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.zk-btn-xs,
.zk-btn-group-xs > .zk-btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.zk-btn-block {
    display: block;
    width: 100%;
}

    .zk-btn-block + .zk-btn-block {
        margin-top: 5px;
    }

input[type="submit"].zk-btn-block,
input[type="reset"].zk-btn-block,
input[type="button"].zk-btn-block {
    width: 100%;
}

.zk-btn-group,
.zk-btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .zk-btn-group > .zk-btn,
    .zk-btn-group-vertical > .zk-btn {
        position: relative;
        float: left;
    }

        .zk-btn-group > .zk-btn:hover,
        .zk-btn-group-vertical > .zk-btn:hover,
        .zk-btn-group > .zk-btn:focus,
        .zk-btn-group-vertical > .zk-btn:focus,
        .zk-btn-group > .zk-btn:active,
        .zk-btn-group-vertical > .zk-btn:active,
        .zk-btn-group > .zk-btn.active,
        .zk-btn-group-vertical > .zk-btn.active {
            z-index: 2;
        }

    .zk-btn-group .zk-btn + .zk-btn,
    .zk-btn-group .zk-btn + .zk-btn-group,
    .zk-btn-group .zk-btn-group + .zk-btn,
    .zk-btn-group .zk-btn-group + .zk-btn-group {
        margin-left: -1px;
    }

.zk-btn-toolbar {
    margin-left: -5px;
}

    .zk-btn-toolbar .zk-btn,
    .zk-btn-toolbar .zk-btn-group,
    .zk-btn-toolbar .input-group {
        float: left;
    }

    .zk-btn-toolbar > .zk-btn,
    .zk-btn-toolbar > .zk-btn-group,
    .zk-btn-toolbar > .input-group {
        margin-left: 5px;
    }

.zk-btn-group > .zk-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.zk-btn-group > .zk-btn:first-child {
    margin-left: 0;
}

    .zk-btn-group > .zk-btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.zk-btn-group > .zk-btn:last-child:not(:first-child),
.zk-btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.zk-btn-group > .zk-btn-group {
    float: left;
}

    .zk-btn-group > .zk-btn-group:not(:first-child):not(:last-child) > .zk-btn {
        border-radius: 0;
    }

    .zk-btn-group > .zk-btn-group:first-child:not(:last-child) > .zk-btn:last-child,
    .zk-btn-group > .zk-btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .zk-btn-group > .zk-btn-group:last-child:not(:first-child) > .zk-btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.zk-btn-group .dropdown-toggle:active,
.zk-btn-group.open .dropdown-toggle {
    outline: 0;
}

.zk-btn-group > .zk-btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.zk-btn-group > .zk-btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.zk-btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .zk-btn-group.open .dropdown-toggle.zk-btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.zk-btn .caret {
    margin-left: 0;
}

.zk-btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .zk-btn-lg .caret {
    border-width: 0 5px 5px;
}

.zk-btn-group-vertical > .zk-btn,
.zk-btn-group-vertical > .zk-btn-group,
.zk-btn-group-vertical > .zk-btn-group > .zk-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .zk-btn-group-vertical > .zk-btn-group > .zk-btn {
        float: none;
    }

    .zk-btn-group-vertical > .zk-btn + .zk-btn,
    .zk-btn-group-vertical > .zk-btn + .zk-btn-group,
    .zk-btn-group-vertical > .zk-btn-group + .zk-btn,
    .zk-btn-group-vertical > .zk-btn-group + .zk-btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .zk-btn-group-vertical > .zk-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .zk-btn-group-vertical > .zk-btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .zk-btn-group-vertical > .zk-btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .zk-btn-group-vertical > .zk-btn-group:not(:first-child):not(:last-child) > .zk-btn {
        border-radius: 0;
    }

    .zk-btn-group-vertical > .zk-btn-group:first-child:not(:last-child) > .zk-btn:last-child,
    .zk-btn-group-vertical > .zk-btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .zk-btn-group-vertical > .zk-btn-group:last-child:not(:first-child) > .zk-btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.zk-btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .zk-btn-group-justified > .zk-btn,
    .zk-btn-group-justified > .zk-btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .zk-btn-group-justified > .zk-btn-group .zk-btn {
            width: 100%;
        }

        .zk-btn-group-justified > .zk-btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .zk-btn input[type="radio"],
[data-toggle="buttons"] > .zk-btn-group > .zk-btn input[type="radio"],
[data-toggle="buttons"] > .zk-btn input[type="checkbox"],
[data-toggle="buttons"] > .zk-btn-group > .zk-btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.clearfix:before,
.clearfix:after,
.zk-btn-toolbar:before,
.zk-btn-toolbar:after,
.zk-btn-group-vertical > .zk-btn-group:before,
.zk-btn-group-vertical > .zk-btn-group:after {
    display: table;
    content: " ";
}

.clearfix:after,
.zk-btn-toolbar:after,
.zk-btn-group-vertical > .zk-btn-group:after {
    clear: both;
}

.zk-btn.add-widget {
    background-image: -webkit-linear-gradient(top,#404040 0,#000 100%);
    background-image: -o-linear-gradient(top,#404040 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#404040),to(#000));
    background-image: linear-gradient(to bottom,#404040 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff000000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
    color: #fff;
}

    .zk-btn.add-widget:hover,
    .zk-btn.add-widget:focus {
        color: #e6e6e6;
        background-color: #000;
        background-position: 0 -15px;
    }

    .zk-btn.add-widget:active,
    .zk-btn.add-widget.active {
        color: #b2b2b2;
        background-color: #000;
        border-color: #000;
    }
/*------------Dropdown------------*/
.zk-dropup,
.zk-dropdown {
    position: relative;
}

.zk-dropdown-toggle:focus {
    outline: 0;
}

.zk-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .zk-dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .zk-dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .zk-dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .zk-dropdown-menu > li > a:hover,
        .zk-dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .zk-dropdown-menu > .active > a,
    .zk-dropdown-menu > .active > a:hover,
    .zk-dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .zk-dropdown-menu > .disabled > a,
    .zk-dropdown-menu > .disabled > a:hover,
    .zk-dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .zk-dropdown-menu > .disabled > a:hover,
        .zk-dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .zk-dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.zk-dropdown-menu-right {
    right: 0;
    left: auto;
}

.zk-dropdown-menu-left {
    right: auto;
    left: 0;
}

.zk-dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.zk-dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .zk-dropdown-menu {
    right: 0;
    left: auto;
}

.zk-dropup .caret,
.navbar-fixed-bottom .zk-dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.zk-dropup .zk-dropdown-menu,
.navbar-fixed-bottom .zk-dropdown .zk-dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .zk-dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .zk-dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*Badge*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
/*Modal*/
.zk-modal-open {
    overflow: hidden;
}

.zk-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10500;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .zk-modal.fade .zk-modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .zk-modal.in .zk-modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.zk-modal-open .zk-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.zk-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.zk-modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.zk-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .zk-modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .zk-modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.zk-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .zk-modal-header .close {
        margin-top: -2px;
    }

.zk-modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.zk-modal-body {
    position: relative;
    padding: 15px;
}

.zk-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .zk-modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .zk-modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .zk-modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.zk-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .zk-modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .zk-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .zk-modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .zk-modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.zk-modal-header:before,
.zk-modal-header:after,
.zk-modal-footer:before,
.zk-modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.zk-modal-header:after,
.zk-modal-footer:after {
    clear: both;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

zone {
    display: block;
}

.layoutList {
    margin: 0;
    padding: 0;
}

.radio label, .checkbox label {
    line-height: normal;
}

.layoutList > li {
    float: left;
    width: 200px;
    list-style: none;
    margin: 5px;
}

.designTool {
    margin-top: 10px !important;
}

.white {
    color: white;
}

.input-group {
    margin: 2px 0;
}

.iconLeft {
    padding-right: 4px;
}

.btn.AddContainer {
    cursor: move;
}

.btn.AddRow,
.btn.AddCol,
.btn.AddZone {
    cursor: move;
}

.AddCol > select {
    color: black;
}

.design {
}

.navbar-inner {
    padding: 5px 0 5px;
}

    .navbar-inner .radio,
    .navbar-inner .checkbox {
        margin: 0;
    }

.design .additional.row {
    min-height: 144px;
    border: 1px solid #337ab7;
    background-color: white;
    margin: 10px -5px;
    cursor: move;
    list-style: none;
    padding: 15px;
}

    .design .colContent.row.muted,
    .design .additional.row.muted {
        border: 1px solid #ddd;
    }

.design-border .additional.row {
    margin-top: 1px;
}

.design-border .zone {
    border: 1px dotted #ec971f;
    margin: 1px;
    min-height: 135px;
    position: relative;
}

.design .zone .form-control {
    border: none;
    width: 70%;
    margin: 4px auto;
    box-shadow: none;
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 0;
    height: 80px;
    font-size: 16px;
    color: red;
    padding: 30px 5px;
}

    .design .zone .form-control:focus {
        border: 1px solid #faeae9;
        color: #000;
        background-color: #fff;
    }

.sorting {
    height: 120px;
    border: 1px solid #ddd;
    margin: 5px;
    background: #faeae9;
    list-style: none;
}

label.additional {
    display: block;
    margin-bottom: 0;
    max-width: none;
}

#containers {
    margin-top: 80px;
    min-height: 500px;
}

.container-fluid.design,
.container.design {
    border: 1px dotted #ddd;
    min-height: 166px;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.custom-style.ui-sortable {
    min-height: 166px;
}

.container-fluid.design .additional,
.container.design .additional {
    position: relative;
    transition: width 500ms;
}

    .container-fluid.design .additional.zone,
    .container.design .additional.zone {
        position: static;
    }

.container-fluid.design .tools,
.container.design .tools {
    position: absolute;
    top: -25px;
    font-size: 16px;
    color: #969696;
    left: 0;
}

    .container-fluid.design .tools > .glyphicon,
    .container.design .tools > .glyphicon {
        padding: 4px;
        cursor: pointer;
    }

        .container-fluid.design .tools > .glyphicon.glyphicon-sort,
        .container.design .tools > .glyphicon.glyphicon-sort {
            cursor: s-resize;
        }

        .container-fluid.design .tools > .glyphicon:hover,
        .container.design .tools > .glyphicon:hover {
            color: #d9534f;
        }

.container-fluid.design .additional .tools,
.container.design .additional .tools {
    color: #5cb85c;
    left: auto;
    right: 12px;
    bottom: 12px;
    top: auto;
}

.container-fluid.design .additional.row > .tools,
.container.design .additional.row > .tools {
    color: #337ab7;
    right: 0;
    top: 0;
}

.container.design .glyphicon-resize-small {
    display: none;
}

.container-fluid.design .glyphicon-resize-horizontal {
    display: none;
}

.container-fluid.design .glyphicon-resize-small {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-fluid.design .glyphicon-resize-small,
.container-fluid.design .glyphicon-resize-horizontal,
.container.design .glyphicon-resize-small,
.container.design .glyphicon-resize-horizontal {
    cursor: pointer;
}

.design .widget-design {
    width: 190px;
    position: relative;
}

    .design .widget-design .row > div::before,
    .layout.templates .widget-design .row > div::before,
    .design .additional.row > .additional::before {
        color: #e0e0e0;
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .design .widget-design .row > div::before,
    .layout.templates .widget-design .row > div::before {
        left: 50%;
        top: 50%;
        margin: -14px auto auto -7px;
    }

    .design .widget-design .col-md-12::before,
    .layout.templates .widget-design .col-md-12::before,
    .design .additional.row .col-md-12::before {
        content: "12";
    }

    .design .widget-design .col-md-11::before,
    .layout.templates .widget-design .col-md-11::before,
    .design .additional.row .col-md-11::before {
        content: "11";
    }

    .design .widget-design .col-md-10::before,
    .layout.templates .widget-design .col-md-10::before,
    .design .additional.row .col-md-10::before {
        content: "10";
    }

    .design .widget-design .col-md-9::before,
    .layout.templates .widget-design .col-md-9::before,
    .design .additional.row .col-md-9::before {
        content: "9";
    }

    .design .widget-design .col-md-8::before,
    .layout.templates .widget-design .col-md-8::before,
    .design .additional.row .col-md-8::before {
        content: "8";
    }

    .design .widget-design .col-md-7::before,
    .layout.templates .widget-design .col-md-7::before,
    .design .additional.row .col-md-7::before {
        content: "7";
    }

    .design .widget-design .col-md-6::before,
    .layout.templates .widget-design .col-md-6::before,
    .design .additional.row .col-md-6::before {
        content: "6";
    }

    .design .widget-design .col-md-5::before,
    .layout.templates .widget-design .col-md-5::before,
    .design .additional.row .col-md-5::before {
        content: "5";
    }

    .design .widget-design .col-md-4::before,
    .layout.templates .widget-design .col-md-4::before,
    .design .additional.row .col-md-4::before {
        content: "4";
    }

    .design .widget-design .col-md-3::before,
    .layout.templates .widget-design .col-md-3::before,
    .design .additional.row .col-md-3::before {
        content: "3";
    }

    .design .widget-design .col-md-2::before,
    .layout.templates .widget-design .col-md-2::before,
    .design .additional.row .col-md-2::before {
        content: "2";
    }

    .design .widget-design .col-md-1::before,
    .layout.templates .widget-design .col-md-1::before,
    .design .additional.row .col-md-1::before {
        content: "1";
    }




.design .colContent {
    cursor: move;
    border: 1px dashed #5cb85c;
    margin: 10px -5px;
    min-height: 90px;
    background-color: #fff;
}

.pagePreview {
    min-height: 500px;
}



.zoneName {
    display: none;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0 20px;
}


.design-border .zoneName {
    display: block;
}

    .design-border .zoneName a.label {
        margin-right: 10px;
    }



.zoneName:hover {
    border-bottom-color: #939393
}

.zoneName a.add-widget {
    text-decoration: none
}

.zoneName .circle-btn {
    display: inline-block;
    background: #5e5e5e;
    border-radius: 17px;
    transition: all 300ms;
    border: 1px solid #fff
}

.zoneName .circle-btn:hover {
    background: #000
}

.zoneName .circle-btn a {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

.zoneName a.label {
    margin-right: 10px
}

.dropInfo {
    background-color: #92daef !important;
}

.dropWarning {
    background-color: #46b8da !important;
}


.dropDanger {
    background-color: #d9534f !important;
}



.sort-handle {
    cursor: move;
}

.zoneToolbar {
    position: absolute;
    margin: 0 auto auto 0;
    color: white;
    transition: all 400ms;
    opacity: 0;
    z-index: 10000;
    border-radius: 3px;
    font-size: 18px;
    margin-top: -30px;
}

.widget:hover .zoneToolbar {
    opacity: 1;
}

.zoneToolbar:hover {
    z-index: 10001;
}

.zoneToolbar .tools {
    padding: 0 10px;
    vertical-align: baseline;
    line-height: 1.5;
}

    .zoneToolbar .tools .transfer-container {
        display: none;
    }

    .zoneToolbar .tools .badge {
        margin-top: -3px;
    }

    .zoneToolbar .tools .glyphicon {
        position: relative;
    }

        .zoneToolbar .tools .glyphicon > span {
            position: absolute;
            display: none;
            top: -43px;
            white-space: nowrap;
            background: #000;
            padding: 3px 6px 8px;
            border-radius: 3px;
            transform: translateX(-50%);
            margin-left: 50%;
            color: #fff;
        }

            .zoneToolbar .tools .glyphicon > span::after {
                position: absolute;
                content: " ";
                border: 6px solid #000;
                border-bottom-color: transparent;
                border-left-color: transparent;
                border-right-color: transparent;
                left: 50%;
                bottom: -12px;
                margin-left: -6px;
            }

        .zoneToolbar .tools .glyphicon:hover > span {
            display: block;
        }

    .zoneToolbar .tools small {
        font-size: 80%;
    }

.container-fluid.main .zoneToolbar .tools .transfer-container {
    display: inline-block;
}

.zoneToolbar .tools .toggle-widget-class.glyphicon-th-large {
    display: none;
}

.widget.full .zoneToolbar .tools .toggle-widget-class.glyphicon-th-large {
    display: inline-block;
}

.zoneToolbar .tools .toggle-widget-class.glyphicon-fullscreen {
    display: inline-block;
}

.widget.full .zoneToolbar .tools .toggle-widget-class.glyphicon-fullscreen {
    display: none;
}

.widget.align-center .zoneToolbar .tools .toggle-widget-class[data-class=align-center],
.widget.align-right .zoneToolbar .tools .toggle-widget-class[data-class=align-right],
.widget.border .zoneToolbar .tools .toggle-widget-class[data-class=border],
.widget.image-border .zoneToolbar .tools .toggle-widget-class[data-class=image-border],
.widget.box-shadow .zoneToolbar .tools .toggle-widget-class[data-class=box-shadow],
.widget.image-circle .zoneToolbar .tools .toggle-widget-class[data-class=image-circle] {
    color: #0f0;
}

.zoneToolbar.red {
    background-color: #c7302b;
    border: 1px solid #9a221f;
}

.zoneToolbar.blue {
    background-color: #428bca;
    border: 1px solid #25547d;
}

.zoneToolbar.lightBlue {
    background-color: #5bc0de;
    border: 1px solid #368da7;
}

.zoneToolbar.green {
    background-color: #5cb85c;
    border: 1px solid #3a863a;
}

.zoneToolbar.orange {
    background-color: #f0ad4e;
    border: 1px solid #db942f;
}

.hideToolBar .zoneToolbar {
    display: none;
}


.zoneToolbar a {
    color: white;
    text-decoration: none;
}

    .zoneToolbar a:hover,
    .zoneToolbar a:active,
    .zoneToolbar a:focus {
        color: red;
        text-decoration: none;
        outline: none;
    }

.zoneToolbar .glyphicon {
    font-size: 12px;
    font-size: 14px;
    margin: 0 2px;
}



#toolBar {
    border-radius: 0;
    top: 0;
    margin: 0;
    z-index: 10001;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #212121;
    border-bottom: 1px solid #000;
    color: #fff;
    padding: 5px 0;
}

    #toolBar .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width: 768px) {
    #toolBar .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #toolBar .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #toolBar .container {
        width: 1170px;
    }
}

#toolBar .display-border {
    padding: 6px 15px;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}

#toolBar .glyphicon {
    color: inherit;
}

#toolBar .btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
    background: none;
    padding: 0;
}

#toolBar .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

#toolBar a {
    text-decoration: none;
}

.AddCol.ui-draggable-dragging > select {
    display: none;
}

.row.active {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-color: #357ebd;
}

.templates {
    position: fixed;
    background: #ddd;
    width: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10002;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0,0.2);
}

    .templates.active {
        width: 223px;
    }

    .templates ul {
        list-style: none;
        margin: 0;
        padding: 0 10px 0 10px;
        height: 100%;
        overflow: auto;
    }

        .templates ul::-webkit-scrollbar {
            width: 7px;
        }

        .templates ul::-webkit-scrollbar-corner,
        .templates ul::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(100,100,100,0.4);
        }

        .templates ul::-webkit-scrollbar-thumb {
            border-radius: 1em;
            background-color: rgba(50,50,50,0.3);
        }

        .templates ul::-webkit-scrollbar-thumb {
            background: rgba(100,100,100,0.8);
        }

        .templates ul::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        }

        .templates ul li {
            cursor: pointer;
            margin: 10px 3px;
        }

    .templates .tool-open {
        position: absolute;
        left: -22px;
        cursor: pointer;
        background: #ddd;
        top: 100px;
        padding: 8px 4px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-weight: bold;
        font-size: 14px;
    }

    .templates img.template {
        width: 190px;
        box-shadow: 0 0 5px rgba(0, 0, 0,0.2);
    }

        .templates img.template:hover {
            outline: rgba(0, 0, 0, 0.5) 1px solid;
            opacity: 0.5;
            transition: all 0.2s ease-in-out;
        }


    .templates .widget-design {
        cursor: move;
        position: relative;
    }

    .templates .delete-template {
        position: absolute;
        top: -8px;
        left: -8px;
    }

.ui-draggable-dragging .delete-template {
    display: none;
}

li.ui-sortable-helper {
    width: 200px;
}

    li.ui-sortable-helper.widget-design .row,
    .layout.templates .widget-design .row {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0,0.2);
    }

        li.ui-sortable-helper.widget-design .row .border-helper,
        .layout.templates .widget-design .row .border-helper {
            margin: 5px -10px;
            min-height: 80px;
            border: 1px solid #ddd;
        }

.widget.ui-sortable-helper {
    background: #fff;
}

.layout .ui-draggable-handle.ui-draggable-dragging {
    width: 200px;
    border: 1px solid #ddd;
}

.template-list input[type="radio"] {
    display: none;
}

    .template-list input[type="radio"] + .thumbnail {
        font-weight: normal;
        cursor: pointer;
        text-align: center;
    }

        .template-list input[type="radio"] + .thumbnail label {
            cursor: pointer;
        }

    .template-list input[type="radio"]:checked + .thumbnail {
        background: #357ebd;
        color: #fff;
    }

.template-list .thumbnail .img {
    width: 140px;
    height: 140px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ui-draggable-dragging {
    z-index: 11;
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
    list-style: none;
}

.widget {
    transition: all .3s linear;
}

.WeiWindow.StyleEditor {
    left: -295px !important;
    top: 0 !important;
    width: 300px !important;
    height: 100% !important;
    z-index: 10002 !important;
    background: #212636;
    border-color: #212636;
}

    .WeiWindow.StyleEditor.loaded {
        left: 0 !important;
        transition: left 300ms;
    }

    .WeiWindow.StyleEditor .TitleBarLeft {
        background-color: #212636;
        border-bottom: 1px solid #212636;
    }

    .WeiWindow.StyleEditor .TitleBarMid {
        background-color: #212636;
        border-bottom: 1px solid #212636;
        color: #B0B8C5;
    }

    .WeiWindow.StyleEditor .TitleBarRight {
        background-color: #212636;
        border-bottom: 1px solid #212636;
    }

.code {
    position: relative;
    margin: 0;
}

    .code::before {
        display: block;
        position: absolute;
        content: attr(code);
        padding: 2px 4px;
        font-size: 90%;
        color: #c7254e;
        background-color: #f9f2f4;
        border-radius: 4px;
        right: 5px;
        top: 5px;
    }

#mobile-frame .zk-modal-dialog {
    width: 372px;
}

#mobile-frame .zk-modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

#mobile-frame .close {
    color: #fff;
    opacity: 1;
}

#mobile-frame .mobile {
    background: url(../images/mobile-frame.png) no-repeat center center;
    width: 342px;
    height: 667px;
    padding: 48px 6px;
    box-sizing: border-box;
}

    #mobile-frame .mobile.mini {
        background: url(../images/mobile-frame-small.png) no-repeat center center;
        width: 342px;
        height: 500px;
    }

    #mobile-frame .mobile iframe {
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        background: #fff;
    }


.group-actions {
    text-align: center
}

.group-actions .row.border {
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer
}

.group-actions .zk-dropdown-menu {
    padding: 0
}

.group-actions .zk-dropdown-menu .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px
}

.group-actions .row.border:hover, .group-actions .row.border.actived {
    background: #337ab7
}

.group-actions .row.border .col {
    padding-left: 2px;
    padding-right: 2px
}

.group-actions .row.border .col:first-child {
    padding-left: 4px
}

.group-actions .row.border .col:last-child {
    padding-right: 4px
}

.group-actions .border .content-helper {
    min-height: 35px;
    border: 1px solid #ddd;
    margin-top: 4px;
    margin-bottom: 4px;
    background: #fff
}


#widget-templates-background {
    display: none;
    position: fixed;
    background: rgba(60,60,60,.1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}


#widget-templates-background {
    display: none;
    position: fixed;
    background: rgba(60,60,60,.1);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

#widget-templates {
    display: none;
    max-width: 1140px;
    margin: 35px auto 15px auto;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%)
}

#widget-templates .modal-header {
    padding: 12px 15px
}

#widget-templates .modal-body {
    padding: 5px
}

#widget-templates .title {
    margin-right: 20px
}

.widget-templates ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    max-height: 338px;
    width: 1030px
}

.widget-templates ul > li {
    text-align: center;
    display: inline-block;
    margin: 6px;
    cursor: pointer;
    position: relative
}

.widget-templates ul > li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5px 0;
    color: #fff;
    background: rgba(90,90,90,.8);
    border-radius: 0 0 4px 4px;
    transition: all 300ms;
    line-height: normal;
    font-size: 14px
}

.widget-templates ul > li .cancel-template {
    position: absolute;
    right: -6px;
    top: -6px
}

.widget-templates ul > li.img-thumbnail {
    width: 160px;
    height: 160px;
    line-height: 150px;
    margin: 4px
}

.widget-templates ul > li.img-thumbnail:hover {
    border-color: rgba(90,90,90,.8)
}

.widget-templates ul > li:hover .name {
    background: rgba(90,90,90,.5)
}


.tag {
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 3px;
    border: 1px solid #a9a9a9;
    background: #dedede;
    cursor: pointer;
    font-size: 13px;
    color: #585858
}

.tag.active {
    color: #fff;
    background: #585858;
    border: 1px solid #585858;
    cursor: default
}