﻿@charset "utf-8";
/* CSS Document */

body {
    font: normal 14px/21px Helvetica, Arial, sans-serif;
    background: #fff !important;
    color: #333;
}

a {
    color: #9c6;
}

    a:hover {
        color: #333;
    }

h4 a {
    text-decoration: none;
}

.k-upload-button input {
    z-index: 999999 !important;
}

.hide-me {
    display: none !important;
}

.show-me {
    display: block;
}

.big-editor {
    width: 80% !important;
    height: 400px !important;
}

#editWindow {
    width: 80% !important;
}

.k-edit-form-container .editor-label, .k-edit-label {
    text-align: right;
}


.hilite {
    background: #888;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.k-edit-form-container {
    width: 90% !important;
    margin: 20px;
}
logo-holder-data-library {
    width: 100%;
    height: 530px;
    margin: auto;
    border: 3px solid #73AD21;
}

.logo-holder-sponsor {
    width: 260px;
    height: 80px;
    margin: auto;
    border: 3px solid #73AD21;
}

    .logo-holder-sponsor img {
        height: 90px;
        width: 240px !important;
    }

.logo-holder {
    width: 100%;
    height: 150px;
    margin: auto;
    border: 3px solid #73AD21;
}

    .logo-holder img {
        /*height: 150px;
        width: inherit;*/
    }
textarea.form-control {
    width: 500px;
}

.k-edit-form-container label {
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
}

input.k-textbox {
    height: 25px !important;
}

.editor-editor .check-box {
    margin-top: 18px !important;
}


#eligibleCategoryListBox select[multiple] {
    width: 900px !important;
}
/*.note {
	padding: 10px 10px 10px 85px;
	background: #CCC url(images/info.png) no-repeat 10px 10px;
	border: 1px solid #999;
	min-height: 64px;
	vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}*/
#panel h3 {
    color: #999;
}

#panel a {
    text-decoration: none;
    color: #9c6;
}

    #panel a:hover {
        color: #333;
    }

#panel ul.menu li a:hover {
    background: #ddd;
}

#toppanel {
    /*box-shadow: 0 3px 8px #000;
	-moz-box-shadow: 0 3px 8px #111;
	-webkit-box-shadow: 0 3px 8px #111;*/
}

.mainPanel {
    background: url(images/sidebar-bg.png) repeat-y -80px 0;
    border-bottom: none;
}

#panel {
    color: #222;
    background: #252525;
    border-bottom: 1px solid #000;
}

    #panel h1 {
        color: #9c6;
    }

    #panel h2 {
        color: #9c6;
    }

    #panel .content .left {
        border-right: 1px solid #444;
    }

    #panel .content .right {
        border: none;
    }

#footer {
    background: #fff;
    border-top: 6px solid #99CC66;
    color: #666;
}

.tab {
    background: #252525;
    text-shadow: -1px -1px 0 #000;
    border-bottom: 1px solid #111;
    border-top: 1px solid #666;
}

    .tab ul li {
        border-right: 1px solid #333;
    }

        .tab ul li#toggle {
            background: #333;
        }

        .tab ul li.user {
            color: #ccc;
            text-shadow: 1px 1px 0 #000;
        }

            .tab ul li.user a {
                /*color: #444;*/
                color: #9c6;
                font-weight: bold;
            }

                .tab ul li.user a:hover {
                    color: #fff;
                    text-shadow: -1px -1px 0 #444;
                }

            .tab ul li.user strong {
                color: #222;
            }

    .tab strong {
        font-weight: bold;
        color: #fff;
    }

    .tab ul li a {
        color: #fff;
        text-decoration: none;
    }

        .tab ul li a:hover {
            color: #9c6;
        }

    .tab ul li.notification a {
        color: #FC0;
    }

        .tab ul li.notification a:hover {
            color: #FFF;
        }

    .tab a.logout {
        background: #444;
        font-weight: bold;
        color: #fff;
        padding: 2px 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .tab a.logout:hover {
            background: #7ab354;
            color: #fff;
        }

    .tab a.open {
        background: url(images/bt_open.png) no-repeat 100% 0;
    }

    .tab a.close {
        background: url(images/bt_close.png) no-repeat 100% 0;
    }

    .tab a:hover.open {
        background: url(images/bt_open.png) no-repeat 100% -19px;
    }

    .tab a:hover.close {
        background: url(images/bt_close.png) no-repeat 100% -19px;
    }

    .tab ul li .dropdown {
        background: #222;
    }

#wrapper {
    padding-top: 37px;
}

#header {
    color: #fff;
    background-color: #222;
    position: relative;
    border-bottom: 1px solid #000;
    border-top: 1px solid #666;
}

#nav {
    font-size: 12px;
    color: #222;
    background-color: #9c6;
    box-shadow: 0 3px 5px #333;
    -moz-box-shadow: 0 3px 5px #333;
    -webkit-box-shadow: 0 3px 5px #333;
    border-top: 1px solid #d7f6b7;
    border-bottom: 1px solid #7AB354;
}

    #nav li.section {
        background: #7ab354;
        padding-right: 10px;
        color: #000;
        text-shadow: 1px 1px 0 #eee;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        width: 140px;
    }

        #nav li.section a {
            padding: 0 30px 0 10px;
            display: block;
            background: url(images/arrow.png) no-repeat 100% 50%;
            color: #fff;
            text-shadow: 1px 1px 0 #333;
        }

li.section .dropdown {
    background: #7ab354;
    width: 150px;
    box-shadow: 0 3px 5px #666;
    -moz-box-shadow: 0 3px 5px #666;
    -webkit-box-shadow: 0 3px 5px #666;
}

#nav li.section .dropdown a {
    background: none;
    padding: 0 10px;
}

    #nav li.section .dropdown a:hover {
        background: #444;
        color: #ccc;
        text-shadow: 1px 1px 0 #222;
    }

#nav a {
    color: #222;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
}

    #nav a:hover, #nav a.selected {
        background: #56a64a;
        color: #fff;
        text-shadow: -1px -1px 0 #222;
    }

#nav li.search {
    float: right;
    background: #7ab354;
}

    #nav li.search a {
        background: url(images/search-icon.png) no-repeat 5px 50%;
        padding-left: 40px;
        color: #111;
        font-weight: bold;
        text-shadow: 1px 1px 0 #D7F6B7;
        -moz-text-shadow: 1px 1px 0 #D7F6B7;
        -webkit-text-shadow: 1px 1px 0 #D7F6B7;
    }

.searchBox {
    color: #333;
    background: #7ab354;
    box-shadow: 0 3px 3px #666;
    -moz-box-shadow: 0 3px 3px #666;
    -webkit-box-shadow: 0 3px 3px #666;
}

.searchForm {
}

    .searchForm .buttonRow {
        border-color: #9c6;
    }

.searchBox .button {
    box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
}

.searchBox fieldset {
    border-color: #9C6;
}

    .searchBox fieldset legend {
        color: #fff;
        text-shadow: -1px -1px 0 #666;
    }
/* Form styles */
input[type="text"], input[type="password"] {
    line-height: 22px;
    height: 22px;
    width: 205px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.long[type="text"] {
    width: 305px;
}

input.medium[type="text"] {
    width: 120px;
}

input.small[type="text"] {
    width: 80px;
}

input.tiny[type="text"] {
    width: 45px;
}

input[type="text"]:disabled, input[type="checkbox"]:disabled, input[type="radio"]:disabled, select:disabled {
    background-color: #ddd;
    color: #999;
}

select {
    width: 410px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    select.long {
        width: 307px;
    }

    select.extra {
        width: 600px;
    }

label.extra {
    width: 600px;
}

select.medium {
    width: 122px;
}

select.small {
    width: 82px;
}

select.tiny {
    width: 47px;
}

textarea {
    min-height: 80px;
    width: 200px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    textarea.long {
        width: 300px;
    }

    textarea.longer {
        width: 405px;
    }

input.button, a.button, .ui-button {
    line-height: 26px;
    height: 26px;
    background: #9c6;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 0 #036;
    vertical-align: top;
    padding: 0 15px;
}

a.button {
    display: inline-block;
    text-decoration: none;
}

.button.cancel {
    background-color: #999;
    color: #fff;
    text-shadow: 1px 1px 0 #666;
}

.button.delete {
    background-color: #C00;
    color: #fff;
    text-shadow: 1px 1px 0 #900;
}

.button:hover, .ui-button:hover {
    background-color: #666;
    color: #fff;
    text-shadow: -1px -1px 0 #333;
}

a.bigLink {
    display: inline-block;
    line-height: 32px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    background: #ddd url(images/arrow-big.png) no-repeat 95% 50%;
    padding: 0 30px 0 10px;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    a.bigLink:hover {
        background-color: #bbb;
    }

label {
    width: 200px;
}

    label.wrappingLabel {
        width: auto !important;
        padding-right: 20px !important;
    }

.content ul.formList .buttonRow {
    padding-left: 205px;
}

.content ul.formList ul .buttonRow {
    padding-left: 175px;
}
/* */
table.dataTable {
    background: #fff;
}

    table.dataTable tr {
    }

    table.dataTable th, table.dataTable td {
        padding: 3px 5px;
        text-align: left;
        border: 1px solid #ccc;
    }

    table.dataTable th {
        background: #666;
        color: #ddd;
    }

    table.dataTable td {
    }

    table.dataTable tr.alt td {
        background: #e4e4e4;
    }

    table.dataTable tr:hover td {
        background-color: #D7F6B7;
    }

/* Global menu styles */
ul.menu {
    padding: 0;
    list-style: none;
}

    ul.menu li {
        border-top: 1px solid #ddd;
        margin: 0;
    }

        ul.menu li a {
            padding: 5px 10px;
            display: block;
            text-decoration: none;
        }

            ul.menu li a:hover {
                background-color: #2d2d2d;
            }

/*.dropdown ul li a.eng, .dropdown ul li a.ger, .dropdown ul li a.ser {
	background-position: 5px -32px;
	padding-left: 30px;
}
.dropdown ul li a.eng:hover, .dropdown ul li a.ger:hover, .dropdown ul li a.ser:hover {
	background-position: 5px 2px;
}*/
/* Submenu styles */
ul.submenu li a {
    color: #333;
    text-shadow: -1px -1px 0 #fff;
}

    ul.submenu li a:hover {
        background: #7ab354;
        color: #fff;
        text-shadow: 1px 1px 0 #9c6;
    }

    ul.submenu li a.selected {
        background: #bbb;
        font-weight: bold;
        color: #333;
        text-shadow: -1px -1px 0 #fff;
    }

.slideBox a.toggler {
    background: #56a64a;
}

.box {
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
}
/*a.view {
	padding: 0 2px 0 22px;
	background: url(images/icon-view.png) no-repeat 0 0;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
a.view:hover {
	background-color: #7ab354;
	color: #fff;
}
a.edit {
	padding: 0 2px 0 22px;
	background: url(images/icon-edit.png) no-repeat 0 0;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
a.edit:hover {
	background-color: #ccc;
}*/

.pager {
    border: 1px solid #ccc;
    border-top: none;
    background: #444;
    color: #ccc;
}

    .pager a {
        color: #eee;
        text-decoration: none;
    }

        .pager a:hover {
            background-color: #e4e4e4;
            color: #333;
        }

        .pager a.first, .pager a.previous, .pager a.next, .pager a.last {
            background-image: url(images/pager.png);
            background-repeat: no-repeat;
        }

        .pager a.first {
            background-position: 0 -24px;
            padding-left: 20px
        }

        .pager a.previous {
            background-position: 0 0;
            padding-left: 20px;
        }

        .pager a.next {
            background-position: 100% -48px;
            padding-right: 20px;
        }

        .pager a.last {
            background-position: 100% -72px;
            padding-right: 20px;
        }

    .pager .selected {
        background-color: #666;
        color: #fff;
    }

    .pager a[disabled="disabled"] {
        color: #666;
        cursor: default;
        background-color: transparent !important;
    }

    .pager a.first[disabled="disabled"], .pager a.previous[disabled="disabled"], .pager a.next[disabled="disabled"], .pager a.last[disabled="disabled"] {
        background-image: url(images/pager-disabled.png);
    }

#footer li {
    border-right: 1px dotted #999;
}

#footer a {
    color: #666;
    text-decoration: none;
}

    #footer a:hover {
        color: #999;
        text-decoration: underline;
    }

.retangle-main {
    width: 700px;
}

.square-main {
    width: 400px;
    height: 310px;
}

.square-sec {
    width: 300px;
    height: 250px;
}

.retangle-result {
    width: 200px;
    height: 120px;
}

.retangle-result-small {
    width: 141px;
    height: 80px;
}

.slim > img, .slim > input[type=file] {
    margin-bottom: 0 !important;
}

.half-hd {
    width: 910px;
}

.cover-hd {
    width: 500px;
}


.row {
    margin-left: 0px !important;
}

.loginForm {
    color: #ddd !important;
    background-color: #252525;
    background-image: linear-gradient(top, #333 0%, #222 100%);
    background-image: -o-linear-gradient(top, #333 0%, #222 100%);
    background-image: -moz-linear-gradient(top, #333 0%, #222 100%);
    background-image: -webkit-linear-gradient(top, #333 0%, #222 100%);
    background-image: -ms-linear-gradient(top, #333 0%, #222 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #333), color-stop(1, #333) );
}

    .loginForm input[type="text"], .loginForm input[type="password"] {
        background: #ccc;
    }

        .loginForm input[type="text"]:focus, .loginForm input[type="password"]:focus {
            background: #fff;
            box-shadow: 0 0 5px #ddd;
            -moz-box-shadow: 0 0 5px #ddd;
            -webkit-box-shadow: 0 0 5px #ddd;
        }

/* jquery UI */
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px /*{cornerRadius}*/;
    border-top-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 4px /*{cornerRadius}*/;
    border-top-right-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 4px /*{cornerRadius}*/;
    border-bottom-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 4px /*{cornerRadius}*/;
    border-bottom-right-radius: 4px /*{cornerRadius}*/;
}

.ui-dialog {
    background: url(images/70-black.png) repeat 0 0 transparent;
    color: #f9f9f9;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.ui-dialog-titlebar {
    font-weight: bold;
}

.ui-icon-closethick {
    background: url(images/close.png) no-repeat 0 0;
}

.ui-dialog-content {
    font-size: 12px;
}

@charset "utf-8";
/* CSS Document */

.toolbox {
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
}

.categories {
    padding: 10px;
    border: 1px solid #ddd;
}

    .categories a.collapseall, .categories a.expandall {
        display: inline-block;
        padding-left: 18px;
        background-image: url(images/plus-minus.png);
        background-repeat: no-repeat;
        height: 16px;
        line-height: 16px;
    }

    .categories a.collapseall {
        background-position: 0 -32px;
    }

        .categories a.collapseall:hover {
            background-position: 0 -48px;
        }

    .categories a.expandall {
        background-position: 0 0;
    }

        .categories a.expandall:hover {
            background-position: 0 -16px;
        }

    .categories ul {
        list-style: none;
    }

        .categories ul.filetree {
            padding: 0;
        }

            .categories ul.filetree li {
                margin-bottom: 5px;
            }

            .categories ul.filetree ul {
                padding: 0;
                margin-top: 5px;
            }

                .categories ul.filetree ul li {
                    padding-left: 20px;
                }

                .categories ul.filetree ul ul {
                    padding: 0;
                }

            .categories ul.filetree .collapsable {
            }

            .categories ul.filetree .expandable {
            }

            .categories ul.filetree .hitarea {
                display: inline-block;
                height: 16px;
                width: 16px;
                background-image: url(images/plus-minus.png);
                cursor: pointer;
            }

            .categories ul.filetree .collapsable-hitarea {
                background-position: 0 -32px;
            }

                .categories ul.filetree .collapsable-hitarea:hover {
                    background-position: 0 -48px;
                }

            .categories ul.filetree .expandable-hitarea {
                background-position: 0 0;
            }

                .categories ul.filetree .expandable-hitarea:hover {
                    background-position: 0 -16px;
                }

            .categories ul.filetree li span {
                height: 16px;
                line-height: 16px;
                display: inline-block;
            }

            .categories ul.filetree .hitarea, .categories ul.filetree li span {
                vertical-align: top;
            }

            .categories ul.filetree li .actions {
                padding-left: 10px;
            }

    .categories .actions a {
        display: inline-block;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        overflow: hidden;
        background-color: #ccc;
        background-repeat: no-repeat;
        background-position: 0 0;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        margin-left: 2px;
    }

        .categories .actions a.add {
            background-image: url(images/add.png);
        }

        .categories .actions a.edit {
            background-image: url(images/edit.png);
        }

        .categories .actions a.enable {
            background-image: url(images/enable.png);
        }

        .categories .actions a.delete, .categories .actions a.disable {
            background-image: url(images/delete.png);
        }

        .categories .actions a.add:hover {
            background-color: #666;
        }

        .categories .actions a.edit:hover, .categories .actions a.enable:hover {
            background-color: #7ab354;
        }

        .categories .actions a.delete:hover, .categories .actions a.disable:hover {
            background-color: #C00;
        }

    .categories ul.filetree li .file {
        padding-left: 20px;
        background: url(images/file.png) no-repeat 0 0;
    }

    .categories ul.filetree li span.title {
        cursor: move;
    }

.validation-summary-errors {
    background-color: #FCC;
    color: #C00;
    font-style: italic;
    margin-bottom: 10px;
    padding: 5px 0;
}

.field-validation-error {
    color: #C00;
    font-size: 12px;
    font-style: italic;
}

.rightnumeric {
    text-align: right;
}

.heading-image {
    width: 400px;
}

.sponsorhip-logo-preview {
    width: 240px;
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#UserId-list .k-item {
    line-height: 1em;
    min-width: 300px;
}

#CurrentDelegateUserId-list .k-item {
    line-height: 1em;
    min-width: 300px;
}



/* Material Theme padding adjustment*/

.k-material #UserId-list .k-item,
.k-material #UserId-list .k-item.k-state-hover,
.k-materialblack #UserId-list .k-item,
.k-materialblack #UserId-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

.k-material #CurrentDelegateUserId-list .k-item,
.k-material #CurrentDelegateUserId-list .k-item.k-state-hover,
.k-materialblack #CurrentDelegateUserId-list .k-item,
.k-materialblack #CurrentDelegateUserId-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#UserId-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

#CurrentDelegateUserId-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

#UserId-list .k-item > span:first-child {
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#CurrentDelegateUserId-list .k-item > span:first-child {
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#UserId-list h3, #CurrentDelegateUserId-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#UserId-list p, #CurrentDelegateUserId-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

div.k-window {
    min-width: 800px;
    max-width: 1000px !important;
}

div.k-window-content {
    width: 100% !Important;
}

table.k-editor {
    width: 100% !Important;
}

ul#Tags_taglist {
    padding-left: 5px;
}

div.k-window.editor-modal {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    left: 0 !important;
    top: 0 !important;
}

.editor-popup label {
    width: auto;
}

.editor-popup .single-line {
    width: 100%;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    padding: 10px 20px;
    height: 37px;
    margin-top: 10px;
    box-sizing: border-box;
}

.editor-popup .inline-checkbox {
    display: flex;
    align-items: center;
}

.editor-popup .arx-editor-container {
    background-color: #ffffff;
    padding: 0 2px;
    margin-bottom: 20px;
}

.arx-popup {
    z-index: 100000 !important;
}

.arx-popup-close {
    position: absolute !important;
}

.arx-form-input {
    width: 100%;
    padding: 8px;
    line-height: initial;
    height: auto;
}

.arx-control {
    z-index: 99999 !important;
}

div.k-window.editor-modal div.k-window-content {
    overflow: inherit;
}


.arx-image-resizer {
    display: none !important;
}