@import url("../../css/buttons.css");
@import url("responsive.css");
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,greek);

html {
    height: 100%;
}

body {
    margin: 0;
    border: none;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 1em;
    font-weight: normal;
    background: #414141 url(../images/bg.png);
}

.close_modal {
    position: absolute;
    top: 15px;
    right: 20px;
    background-image: url(../images/close_prompt.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 30px;
}

#backend {
    display: table;
    margin: 20px auto;
    border: 2px solid #ededed;
    background-color: #ededed;
    -webkit-box-shadow: 0px 4px 21px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 21px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 21px 8px rgba(0, 0, 0, 0.75);
}

.builder-btn {
    margin: 30px auto 50px 0px;
    font-size: 1em !important;
    padding: 5px 30px inherit;
    border-top: 2px solid #ededed;
}

.no_builder {
    line-height: 18px;
    margin: 8px 8px 30px;
    display: table;
}

.no_builder span {
    display: inline-block;
    font-size: 11px;
}

.no_builder > img {
    float: left;
    margin-right: 3px !important;
}

article {
    padding: 0 2px;
}

.group {
    background-color: #ededed;
}

.btn {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

.req {
    color: #b60000;
    margin: 2px;
}

.ui-datepicker .ui-datepicker-title select {
    min-width: 0 !important;
}

.disabled_option {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#manage_settings,
#create_setting {
    float: right;
    margin: 30px 2px;
}

li.tree_item div[data-parent="0"] a.admin_category_item {
    background-color: #47061e !important;
}

.sort_setting_key {
    display: inline-block;
    background-color: #606060;
    color: white;
    padding: 2px 7px;
    border: 1px solid white;
    text-decoration: none;
}

.editable_setting:hover {
    background-color: #9a2a54;
}

#categories_actions_switches {
    float: right;
    margin-right: 25px;
    padding: 50px 0;
}

.sort_setting_description {
    display: inline-block;
    color: #595959;
    max-width: 600px;
}

.floating_setting_saved {
    opacity: 0;
    background-color: #af0000;
    color: white;
    padding: 7px 12px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 8990;
}

#categories_actions_switches a {
    white-space: nowrap;
}

.category_switch {
    position: relative;
    padding-left: 40px;
    height: 29px;
    min-width: 240px;
    margin-bottom: 10px;
    cursor: pointer;
}

.categories_delete_switch {
    background: url("../images/categories_delete_move.png") left top no-repeat;
}

.categories_move_switch {
    background: url("../images/categories_delete_move.png") left bottom no-repeat;
}

.categories_delete_switch_on {
    background: url("../images/categories_delete_move_on.png") left top no-repeat;
}

.categories_move_switch_on {
    background: url("../images/categories_delete_move_on.png") left bottom no-repeat;
}

#enable_categories_delete,
#enable_categories_move {
    margin-top: 7px !important;
    visibility: hidden;
}

#categories_actions_switches p {
    position: absolute;
    top: -3px;
    left: 15px;
}

#presults {
    background-color: #ededed;
    border: 1px solid transparent;
    width: 50px !important;
    min-width: 50px !important;
}

#presults:hover {
    border: 1px solid silver;
    background-color: #fff;
}

#presults option {
    background-color: #fff;
}

#sortInfo {
    display: none;
}

img {
    border: 0;
}

table {
    padding: 3px;
    border: 0px;
}

select, select option {
    padding-right: 10px;
}

.main_wrapper, #footer {
    margin: 0 auto !important;
    padding: 0;
}

.header_bg {
    background: #000000; /* Old browsers */
    background-image: url(../images/header_bg.png);
    background: url(../images/header_bg.png), -moz-linear-gradient(top, #5c5c5c 0%, #000000 100%); /* FF3.6+ */
    background: url(../images/header_bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5c5c), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: url(../images/header_bg.png), -webkit-linear-gradient(top, #5c5c5c 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: url(../images/header_bg.png), -o-linear-gradient(top, #5c5c5c 0%, #000000 100%); /* Opera 11.10+ */
    background: url(../images/header_bg.png), -ms-linear-gradient(top, #5c5c5c 0%, #000000 100%); /* IE10+ */
    background: url(../images/header_bg.png), linear-gradient(to bottom, #434343 0%, #000000 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.sections_icon_wrapper {
    position: relative;
    margin-left: 25px;
}

.header_link {
    display: inline-block;
}

.header_ribbon {
    background-color: #0E0E0E;
    min-height: 30px;
    color: #e7e7e7;
    border-top: 2px solid white;
}

.header_ribbon_left {
    min-width: 300px;
}

.header_ribbon_right {
    text-align: right;
    margin: 4px;
    
}

.header_location {
    margin: 3px auto auto 48px;
    text-align: left;
}

#menu {
    display: table;
    background-color: #ededed;
    padding-right: 12px;
}

#close_menu {
    display: none;
}

#show_menu {
    display: none;
    margin-left: 25px;
    margin-top: -20px;
    background-color: #ededed;
}

#login {
    display: table;
    margin: 1px auto 140px auto;
    min-width: 280px;
}

.main {
    padding-left: 20px;
}

.shortcuts_menu_outer {
    position: relative;
    text-align: left;
    float: left;
}

.shortcuts_menu_inner {
    position: absolute;
    top: 0;
    left: 0;
}

.listbox {
    color: #000000;
    background: #f7f7f7;
    padding: 3px;
    border: 1px solid grey;
}

.copy_odyssey_links {
    color: grey;
    background: #d5d5d5;
    padding: 3px;
    border: none;
    cursor: default;
    max-width: 290px !important;
}

.listbox2 {
    color: #000000;
    background: #f7f7f7;
    padding: 3px;
    border: 1px solid grey;
}

.listbox_inverse {
    color: #000000;
    background: #ffffff;
    padding: 2px;
    padding-right: 0;
    border: 2px solid white;
    border-top-color: #5b9431;
    max-width: 120px;
    height: 25px;
    margin: 1px;
}

.listbox_inverse option {
    background: #f1f1f1;
}

.listbox[type="text"] {
    padding: 4px;
}

.jumpListRow {
    background: #e0e0e0;
    padding: 5px;
    border: 1px solid silver;
}

.text-link {
    font-size: .8em;
    color: #6633FF;
    text-decoration: underline;
}

.text-link:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #6633FF;
    padding: 3px;
}

.activate {
    font-size: .8em;
    color: #fff;
    background-color: #4f9225;
    border: 1px solid #3b403e;
    padding: 2px 20px;
}

.activate:hover {
    background-color: #3c731a;
}

.deactivate {
    font-size: .8em;
    color: #FFFFFF;
    background-color: #606060;
    border: 1px solid #3b403e;
    padding: 2px 20px;
}

.deactivate:hover {
    background-color: #404040;
}

.top_link {
    font-family: Arial;
    font-size: 7pt;
    background-color: #01adb3;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 3px;
    margin-left: 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.top_link:hover {
    background-color: #000000;
    color: #fff;
}

.top_link_selected {
    font-family: Arial;
    font-size: 7pt;
    cursor: default;
    background-color: #485667;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 19px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-right: 3px;
    margin-left: 3px;
}

.top_line {
    border-bottom-color: #9a2a54;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    margin: 0px;
}

.normal_link {
    display: inline-block;
    color: #9a2a54;
    padding: 2px 5px 2px 5px;
}

.normal_link:hover {
    background-color: #9a2a54;
    color: #ededed;
    text-decoration: none;
}

.ribbon_link {
    color: #d2d2d2;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
}

.ribbon_link:hover {
    color: #eb0b60;
}

.footer_link {
    display: inline-block;
    color: #9a2a54;
    padding: 2px 4px 2px 4px;
}

.footer_link:hover {
    background-color: #9a2a54;
    color: #ededed;
    text-decoration: none;
}

.record {
    color: #485667;
    padding: 2px 2px 2px 2px;
}

.record:hover {
    background-color: #01ADB3;
    color: #fff;
    text-decoration: none;
}

.section_title {
    color: #dadada;
    font-size: 1em;
    margin: 25px 0;
    padding: 4px 12px 4px 12px;
    background: #383838;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.section_title img {
    max-width: 99%;
}

.section_subtitle {
    color: #fff;
    font-size: 1.5em;
    margin: 40px 0 20px 0;
    padding: 4px 12px 3px 12px;
    background: #b3b3b3;
}

.sort_title {
    color: #3c212f;
    padding-left: 10px;
}

.edit_category_record {
    display: block;
    color: #3c212f;
    padding: 3px 3px 1px 3px;
    border-bottom: 1px solid silver;
    text-decoration: none;
}

.edit_category_record:hover {
    color: white;
    background: #3c212f;
}

.edit_category {
    display: block;
    font-size: 1em;
    color: #21252a;
    padding: 3px 3px 1px 60px;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    margin-left: 23px;
}

.edit_category:hover {
    color: white;
    background: #bf3167; /* Old browsers */
    background: -moz-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3167), color-stop(97%, #9a2a54), color-stop(97%, #9a2a54), color-stop(100%, #9a2a54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3167', endColorstr='#9a2a54', GradientType=0); /* IE6-9 */
    border-left-color: #e32d72;
    border-top-color: #e32d72;
    border-right-color: #753b51;
    border-bottom-color: #753b51;
}

.edit_category_deactivate {
    display: block;
    font-size: 1em;
    color: #6d6d6d;
    padding: 3px 3px 1px 60px;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    margin-left: 20px;
}

.edit_category_deactivate:hover {
    color: white;
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #6d6d6d), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6d6d6d 14%, #3f3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#3f3f3f', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#b7b7b7', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#8a8a8a', GradientType=0); /* IE6-9 */
    border-left-color: #969494;
    border-top-color: #969494;
    border-right-color: #323232;
    border-bottom-color: #323232;
}

.edit_module {
    display: block;
    color: #3c212f;
    padding: 3px 3px 1px 60px;
    border-bottom: 1px dotted silver;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    margin-right: 84px;
    margin-left: 20px;
}

.edit_module:hover {
    color: white;
    background: #bf3167; /* Old browsers */
    background: -moz-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3167), color-stop(97%, #9a2a54), color-stop(97%, #9a2a54), color-stop(100%, #9a2a54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3167', endColorstr='#9a2a54', GradientType=0); /* IE6-9 */
    border-left-color: #e32d72;
    border-top-color: #e32d72;
    border-right-color: #753b51;
    border-bottom-color: #753b51;
}

.edit_module_deactivate {
    display: block;
    color: #6d6d6d;
    padding: 3px 3px 1px 60px;
    border-bottom: 1px dotted silver;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    margin-right: 84px;
    margin-left: 20px;
}

.edit_module_deactivate:hover {
    color: white;
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #6d6d6d), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 14%, #3f3f3f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6d6d6d 14%, #3f3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#3f3f3f', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#b7b7b7', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#8a8a8a', GradientType=0); /* IE6-9 */
    border-left-color: #969494;
    border-top-color: #969494;
    border-right-color: #323232;
    border-bottom-color: #323232;
}

.module_quick_settings {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: .8em;
    display: inline-block;
    text-decoration: none;
    padding: 4px 7px;
    color: white;
    background-color: #7b8168;
}

.module_quick_settings:hover {
    background-color: #5d6250;
}

.sort_hover {
    color: white;
    background: #bf3167; /* Old browsers */
    background: -moz-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf3167), color-stop(97%, #9a2a54), color-stop(97%, #9a2a54), color-stop(100%, #9a2a54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bf3167 0%, #9a2a54 97%, #9a2a54 97%, #9a2a54 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf3167', endColorstr='#9a2a54', GradientType=0); /* IE6-9 */
    border-left-color: #e32d72 !important;
    border-top-color: #e32d72 !important;
    border-right-color: #753b51 !important;
    border-bottom-color: #753b51 !important;
}

.system_protected {
    display: block;
    font-size: 1em;
    color: #9c0202;
    padding: 3px 35px 3px;
    text-decoration: none;
    padding-bottom: 4px;
    line-height: 25px;
    border: 2px solid transparent;
    border-bottom-color: #e0e0e0;
    background-image: url(../images/system_section_icon.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.system_protected:hover {
    color: white;
    background: #b90000 url(../images/system_section_icon_hover.png) 98% center no-repeat; /* Old browsers */
    background-image: url(../images/system_section_icon_hover.png), -moz-linear-gradient(top, #b90000 1%, #7a0303 100%); /* FF3.6+ */
    background-image: url(../images/system_section_icon_hover.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b90000), color-stop(100%, #7a0303));
    background-image: url(../images/system_section_icon_hover.png), -webkit-linear-gradient(top, #b90000 1%, #7a0303 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(../images/system_section_icon_hover.png), -o-linear-gradient(top, #b90000 1%, #7a0303 100%); /* Opera 11.10+ */
    background-image: url(../images/system_section_icon_hover.png), -ms-linear-gradient(top, #b90000 1%, #7a0303 100%); /* IE10+ */
    background-image: url(../images/system_section_icon_hover.png), linear-gradient(to bottom, #b90000 1%, #7a0303 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b90000', endColorstr='#7a0303', GradientType=0); /* IE6-9 */
    border-left-color: #da0e0e;
    border-top-color: #da0e0e;
    border-right-color: #7a0303;
    border-bottom-color: #7a0303;
}

.closeSystemMessage {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 20px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNqUUjsOwzAIhahL167p6jNkzPlyq2RLrmCvPUM7UhHlIWzl4yBZPPvBAyxYROjKmNnwp+t2E97LsgY1VGEoeiTmOS8oKSVL2LCUCe0802sYLEmxviHm4QQohAAh4NV7+00TPfveRBXrWzYOToxRYBs2TqvjfMfR4hR7ruoPb1nZnXqPyw7RnXqPwfuRMwE3fiZYCkAUd67ZQ+zi2dpgF2/9IZb3jPsLMAAv5/pNwHiUxgAAAABJRU5ErkJggg==') left center no-repeat;
}

.closeSystemMessage:hover {
    background-position: right center;
}

.error {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ab275c;
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    text-align: center;
    line-height: 14px;
    font-weight: normal;
    text-shadow: none;
    font-weight: bold;
}

.notify {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ab275c;
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    text-shadow: none;
}

.notifyMessage {
    background: url(../images/info-icon.png) center 10px no-repeat;
    text-align: left;
    display: inline-block;
    padding: 60px 20px 20px 20px;
}

.errorMessage {
    background: url(../images/warning-icon.png) center 10px no-repeat;
    text-align: left;
    display: inline-block;
    padding: 60px 20px 20px 20px;
}

.formatedError {
    text-aligtn: center;
}

.formatedError div {
    color: #CC0000;
}

.params_header {
    display: inline-block;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    color: white;
    background: grey;
    padding: 6px 30px;
}

.params_main_wrapper {
    padding: 20px 2px;
    background: #eaeaea;
    border: 1px solid grey !important;
}

.param_label {
    padding-top: 10px;
    text-align: right;
}

.param_form_element {
    padding-top: 10px;
}

.param_description {
    border-bottom: 1px dotted grey;
    font-style: italic;
    font-size: smaller;
    text-align: left;
    color: grey;
    margin-bottom: 20px;
}

.action_icon {
    width: 32px;
    height: 32px;
    float: right;
    margin: 70px 10px 5px 10px;
}

.add_icon {
    background: url(../images/icons/add.png) top center no-repeat;
}

.edit_icon {
    background: url(../images/icons/edit.png) top center no-repeat;
}

.sort_icon {
    background: url(../images/icons/sort.png) top center no-repeat;
}

.sections_icon {
    width: 57px;
    height: 56px;
    background: url(../images/icons/sections.png) top center no-repeat;
    position: absolute;
    display: block;
    top: -200px;
    left: 0px;
}

.add_icon:hover, .edit_icon:hover, .sort_icon:hover, .icon_active, .sections_icon:hover {
    background-position: bottom center;
}

#add_item a {
    color: white;
    background: #9a2a54 url(../images/add.gif) 10px center no-repeat;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: left;
}

#add_item a:hover {
    background: #562e43 url(../images/add.gif) 10px center no-repeat;
}

.selectExtension {
    padding: 8px 20px;
    margin: 2px;
    background: #3f3f3f;
    position: relative;
}

.selectExtension:hover {
    background: #bf3167;
}

.selectExtension a {
    display: inline-block;
    width: 95%;
    margin-left: 10px;
    text-decoration: none;
    color: white;
}

.selectExtension input {
    position: absolute;
    top: 7px;
    left: 8px;
}

.module_info {
    font-weight: normal;
    font-size: .8em;
    color: silver;
}

.chk_container {
    float: left;
    margin-right: 5px;
    margin-top: 9px;
    margin-left: 6px;
    z-index: 100;
    position: relative;
}

.toggler {
    position: absolute;
    left: 25px;
    top: -2px;
    width: 33px;
    height: 19px;
    display: inline-block;
}

.record_on {
    background: url(../images/buttons_on_off.png) center top no-repeat;
}

.record_off {
    background: url(../images/buttons_on_off.png) center bottom no-repeat;
}

.module_on {
    position: absolute;
    left: 25px;
    top: 8px;
    display: inline-block;
}

.module_off {
    position: absolute;
    left: 25px;
    top: 8px;
    display: inline-block;
}

.hideText {
    padding-left: 20px;
    font-style: italic;
    font-size: 0.8em;
    color: #636363;
}

.search {
    padding4-right: 25px !important;
    max-width: 280px !important;
    background: #ffffff url(../images/small_magnifier.png) 97% center no-repeat !important;
}

.search:focus {
    background-image: none !important;
}

#iconPreview {
    display: inline-block;
    overflow: hidden;
    margin-bottom: -3px;
    margin-right: 10px;
}

#iconAreaContainer {
    position: absolute;
    left: 0;
    top: 0;
}

#iconArea {
    float: left;
    border: 1px solid #ffb400;
    -webkit-box-shadow: 0px 0px 5px rgba(72, 86, 103, 1);
    -moz-box-shadow: 0px 0px 5px rgba(72, 86, 103, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#iconArea:hover {
    border: 1px solid #ae0d04;
    -webkit-box-shadow: 0px 0px 5px rgba(72, 86, 103, 1);
    -moz-box-shadow: 0px 0px 5px rgba(72, 86, 103, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#sprite_container {
    position: relative;
}

.grid {
    text-align: center;
    font-size: 10px;
    width: 20px;
}

#categories_options_links {
    text-align: right;
    margin-right: 25px;
}

#categories_tree {
    display: table;
    margin: 30px auto;
    padding: 0 2px;
    min-width: 290px;
}

#categories_tree li {
    list-style-type: none;
}

.cat_tree {
    list-style-type: none;
}

.tree_hover { /*target to drop tree item*/
    background: #ffffff !important;
    padding: 5px;
    border: 1px solid silver;
}

.tree_item {
    list-style: none;
}

.tree_item a.tree_drop_target:hover { /* tree item when is dragging */
    cursor: pointer;
}

.admin_category_leaf {
    color: #ffffff;
    padding: 1px 30px 1px 15px;
    display: inline-block;
    margin: 1px 0 1px 10px;
    line-height: 20px;
    border: 1px solid #000000;
    background-color: #7b8168;
    position: relative;
}

.admin_category_leaf:hover {
    background-color: #606455;
}

.admin_category_item {
    color: #fff;
    padding: 1px 15px;
    display: inline-block;
    margin: 1px 0 1px 10px;
    line-height: 20px;
    border: 1px solid black;
    background-color: #9a2a54;
}

.admin_category_item:hover {
    background-color: #67213b;
}

.admin_category_item_root {
    color: #fff;
    padding: 1px 15px;
    display: inline-block;
    margin: 1px 0 1px 10px;
    line-height: 20px;
    border: 1px solid black;
    background-color: #9a2a54;
}

.deleteCategory {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNqUUjsOwzAIhahL167p6jNkzPlyq2RLrmCvPUM7UhHlIWzl4yBZPPvBAyxYROjKmNnwp+t2E97LsgY1VGEoeiTmOS8oKSVL2LCUCe0802sYLEmxviHm4QQohAAh4NV7+00TPfveRBXrWzYOToxRYBs2TqvjfMfR4hR7ruoPb1nZnXqPyw7RnXqPwfuRMwE3fiZYCkAUd67ZQ+zi2dpgF2/9IZb3jPsLMAAv5/pNwHiUxgAAAABJRU5ErkJggg==') left center no-repeat;
}

.deleteCategory:hover {
    background-position: right center;
}

.menu_icon {
    float: left;
    margin-right: 10px !important;
}

#Smenu {
    min-height: 476px;
    background-color: #0e0e0e;
    padding: 10px 0;
    border: 2px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#Smenu a {
    font-size: 1.1em;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 6px 25px;
    color: #ababab;
    outline: 0;
}

#Smenu a:hover {
    color: #fff;
    background-color: #9a2a54;
}

.sectionName {
    color: #ffffff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 10px !important;
    border-bottom: 2px solid #9a2a54 !important;
}

.sectionName:hover {
    color: #ededed !important;
    background-color: #9a2a54 !important;
}

.SmenuTitle {
    font-size: 1.2em;
    color: #9a2a54 !important;
    margin: 15px 15px 5px 25px !important;
}

.html5gallery-watermark-0 {
    display: none !important;
}

.switch {
    display: inline-block;
    height: 16px;
    width: 20px;
    background-repeat: no-repeat;
}

.uc_off {
    background: url(../images/admin_parameters_switches.png) 20px bottom;
}

.uc_on {
    background: url(../images/admin_parameters_switches.png) 20px top;
}

.debug_off {
    background: url(../images/admin_parameters_switches.png) 40px bottom;
}

.debug_on {
    background: url(../images/admin_parameters_switches.png) 40px top;
}

.sef_off {
    background: url(../images/admin_parameters_switches.png) 60px bottom;
}

.sef_on {
    background: url(../images/admin_parameters_switches.png) 60px top;
}

.cache_off {
    background: url(../images/admin_parameters_switches.png) 80px bottom;
}

.cache_on {
    background: url(../images/admin_parameters_switches.png) 80px top;
}

.ssl_off {
    background: url(../images/admin_parameters_switches.png) 100px bottom;
}

.ssl_on {
    background: url(../images/admin_parameters_switches.png) 100px top;
}

.footer_bar {
    background-color: #1e1e1e;
    padding: 7px 50px 7px 7px;
    margin: 100px auto 5px auto;
    text-align: right;
    height: 16px;
}

#update_notification {
    float: left;
    color: #b4b4b4;
    line-height: 12px;
    font-size: .85em;
    white-space: nowrap;
}

#update_notification a {
    display: inline-block;
    padding: 2px 10px 4px 10px;
    color: #e02069;
    text-decoration: none;
}

#update_notification a:hover {
    color: #ffffff;
    background-color: #9a2a54;
}

.update_found_new_version {
    background: url("../images/tip.png") left center no-repeat;
}

#switches_container {
    display: inline-block;
    white-space: nowrap;
}

.tag_container {
    position: relative;
    margin: 5px 0;
    padding: 5px 20px 5px 5px;
    min-height: 23px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tag {
    font-size: .8em;
    display: inline-block;
    padding: 2px 5px 4px 16px;
    margin: 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f3f3f3;
    position: relative;
    cursor: default;
    -moz-box-shadow: 1px 1px 2px #939393;
    -webkit-box-shadow: 1px 1px 2px #939393;
    box-shadow: 1px 1px 2px #939393;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393');
}

.tag:hover {
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.tag a {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/remove_tag.gif) no-repeat left center;
    top: 5px;
    left: 4px;
}

.tag a:hover {
    background: url(../images/remove_tag.gif) no-repeat right center;
}

.tag_results {
    padding: 5px 0 0 0;
    max-width: 320px;
    height: 57px;
    overflow-y: auto;
    border-top: 2px dashed #a5a5a5;
}

.tag_results a {
    font-size: .8em;
    display: inline-block;
    padding: 2px 5px 4px 5px;
    margin: 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: white;
    background-color: #7e7e7e;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -moz-box-shadow: 1px 1px 2px #939393;
    -webkit-box-shadow: 1px 1px 2px #939393;
    box-shadow: 1px 1px 2px #939393;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393');
}

.tag_results a:hover {
    background-color: #9a2a54;
}

.edit_events {
    background: url(../images/edit_events.png) no-repeat left center;
    height: 36px;
    padding-left: 48px;
    color: #3d3d3d;
    display: inline-block;
    line-height: 36px;
    margin-bottom: 20px;
}

.edit_events:hover {
    color: #9a2a54;
}

#eventDates {
    position: relative;
    margin: 5px 0;
    padding: 5px;
    min-height: 23px;
    text-align: center;
}

.date_tag {
    max-width: 200px;
    padding: 2px 5px 4px 25px;
    text-align: center;
    margin: 5px auto;
    font-size: 16px;
    color: #505050;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #dadada;
    position: relative;
    cursor: default;
    -moz-box-shadow: 1px 1px 2px #939393;
    -webkit-box-shadow: 1px 1px 2px #939393;
    box-shadow: 1px 1px 2px #939393;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393');
    text-shadow: 1px 1px #ffffff;
}

.date_tag:hover {
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

.date_tag a {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/remove_tag.gif) no-repeat left center;
    top: 7px;
    left: 7px;
}

.date_tag a:hover {
    background: url(../images/remove_tag.gif) no-repeat right center;
}

.seo {
    display: none;
}

.controller_settings {
    display: block;
    width: 165px;
    height: 20px;
    background: url(../images/controller_settings.png) center top no-repeat;
    color: #ffffff;
    padding-left: 45px;
    padding-top: 15px;
    text-decoration: none;
    line-height: .8em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.controller_settings:hover {
    background: url(../images/controller_settings.png) center bottom no-repeat;
    color: white;
    
}

.controller_settings_table {
    margin-top: 20px;
}

.controller_settings_table .td_label {
    text-align: right;
}

.option_green {
    color: #447701;
}

.option_red {
    color: #7a0000;
}

.sort_menu {
    display: block;
    text-align: left;
    background: url(../images/sort_menu.gif) right center no-repeat;
    height: 32px;
    width: 130px;
    margin: 10px auto 30px 170px;
    color: #ededed;
    font-size: .8em;
    text-decoration: none;
}

.sort_menu:hover {
    color: #3c212f;
}

#multiupload {
    text-align: center;
    margin: -50px 0 50px 0;
    display: none;
}

#section_title_bottom {
    display: none;
}

.section_title_bottom {
    height: 30px;
    margin-top: -23px;
}

#multiupload a {
    display: inline-block;
    min-height: 38px;
    max-width: 220px !important;
    border: 2px solid #ededed;
}

#multiupload a div {
    display: inline-block;
    padding: 0 15px;
    max-width: 180px;
}

#multiupload img {
    cursor: pointer;
    display: block;
    margin-top: -30px;
    opacity: .9;
}

.edit_bar {
    border-bottom: 2px solid #9a2a54;
    margin-bottom: 20px;
    text-align: left;
}

.edit_bar a {
    background-color: #000;
    color: white;
    display: inline-block;
    padding: 5px 10px 5px 29px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    position: relative;
}

.edit_bar a:hover {
    background-color: #562e43;
    color: white;
}

.edit_bar_selected {
    background-color: #9a2a54 !important;
    color: white;
    cursor: default;
}

.edit_bar a.publish_fb {
    display: none; /* no fb publishing until refactoring */
    background-color: #5368b3;
}

.edit_bar a.publish_fb:hover {
    background-color: #354a95;
}

#option1,
#option2,
#option3,
#option4 {
    min-width: 60px;
    text-align: left;
    font-size: .95em;
}

.icon1 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 10px;
    background: url(../images/admin_edit_bar_sprite.png) center top no-repeat;
}

.icon2 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 10px;
    background: url(../images/admin_edit_bar_sprite.png) center -14px no-repeat;
}

.icon3 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 10px;
    background: url(../images/admin_edit_bar_sprite.png) center -28px no-repeat;
}

.icon4 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 10px;
    background: url(../images/admin_edit_bar_sprite.png) center -42px no-repeat;
}

#option2content {
    display: none;
}

#option3content {
    display: none;
}

#selectLink {
    padding: 0;
    font-style: italic;
    font-size: .8em !important;
    border: 1px solid transparent;
    background-color: transparent;
    color: #2f3339;
}

#selectLink:hover {
    border: 1px solid #C0C0C0;
    background-color: white;
}

.delete_attachment_container {
    position: relative;
    background: url(../images/placeholder.gif) 0 0 no-repeat;
    padding: 28px 0 0 0;
    margin: 0;
    height: 131px !important;
    width: 170px;
    text-align: center;
    vertical-align: middle;
}

.delete_attachment_container div {
    position: absolute;
    background: none;
    width: 144px;
    height: 106px;
    top: 16px;
    left: 18px;
    cursor: pointer;
}

.delete_attachment_container div:hover {
    background: url(../images/delete_attachment.png) center 20px no-repeat;
}

.delete_attachment_container img {
    max-height: 90px;
}

.privacy {
    padding-left: 40px;
    background: #F7F7F7 url(../images/private_key.gif) 6px center no-repeat;
}

.forms_fieldset {
    border: 2px solid #919191;
    min-width: 590px;
}

.forms_fieldset legend {
    display: inline-block;
    background-color: #919191;
    padding: 3px 10px;
    color: white;
}

#fields_group {
    float: left;
}

.formfield {
    width: 210px !important;
    height: auto !important;
    border: 2px solid #c5c5c5;
    border-bottom: 2px solid #c5c5c5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #696969;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 0px 0 0px 40px;
    text-align: left;
    text-shadow: 1px 1px 0 #fff;
    margin: 2px;
    display: block;
    background-color: white !important;
}

#fields .formfield {
    width: 235px !important;
}

.formfield div.fftext {
    border: 2px solid #ababab;
    border-left: 8px solid #ababab;
    -webkit-border-radius: 6px 4px 4px 6px;
    -moz-border-radius: 6px 4px 4px 6px;
    border-radius: 6px 4px 4px 6px;
    background-color: #f3f3f3;
    padding: 4px;
    cursor: move;
}

.formfield div.fftext:hover {
    background-color: #636363;
    text-shadow: 1px 1px 0 #000;
    color: white;
}

#fields_group .formfield {
    width: 280px;
}

.fficon1 {
    background: url(../images/icons/fields/1.png) 10px 2px no-repeat;
}

.fficon2 {
    background: url(../images/icons/fields/2.png) 10px 2px no-repeat;
}

.fficon3 {
    background: url(../images/icons/fields/3.png) 10px 2px no-repeat;
}

.fficon4 {
    background: url(../images/icons/fields/4.png) 10px 2px no-repeat;
}

.fficon5 {
    background: url(../images/icons/fields/5.png) 10px 2px no-repeat;
}

.fficon6 {
    background: url(../images/icons/fields/6.png) 10px 2px no-repeat;
}

.fficon7 {
    background: url(../images/icons/fields/7.png) 10px 2px no-repeat;
}

.fficon8 {
    background: url(../images/icons/fields/8.png) 10px 2px no-repeat;
}

.fficon9 {
    background: url(../images/icons/fields/9.png) 10px 2px no-repeat;
}

.fficon10 {
    background: url(../images/icons/fields/10.png) 10px 2px no-repeat;
}

.fficon11 {
    background: url(../images/icons/fields/11.png) 10px 2px no-repeat;
}

.fficon12 {
    background: url(../images/icons/fields/12.png) 10px 2px no-repeat;
}

.fficon13 {
    background: url(../images/icons/fields/13.png) 10px 2px no-repeat;
}

.fficon14 {
    background: url(../images/icons/fields/14.png) 10px 2px no-repeat;
}

.fficon15 {
    background: url(../images/icons/fields/15.png) 10px 2px no-repeat;
}

.fficon16 {
    background: url(../images/icons/fields/16.png) 10px 2px no-repeat;
}

.fficon17 {
    background: url(../images/icons/fields/17.png) 10px 2px no-repeat;
}

.fficon_source_section {
    display: none;
    background: url(../images/icons/fields/section_source.png) 10px 2px no-repeat;
}

#fields {
    float: left;
    width: 282px;
    max-width: 282px;
    min-height: 420px;
    border: 3px dashed #939a7b;
    border-bottom: none;
    margin-right: 20px;
    margin-bottom: 20px;
    background: url(../images/drag_fields_here.png) center 20px no-repeat;
    padding: 4px 4px 50px 4px;
}

.ffcontainer {
    display: none;
    margin: 5px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-shadow: none;
    padding: 5px;
}

.forms_inner_table {
    margin-left: -40px;
}

.forms_inner_table .listbox {
    max-width: 120px;
}

.interactive_options table {
    width: 99%;
}

.autoINPUT {
    max-height: 10px;
    font-size: 12px;
    color: grey;
    width: 100px;
    margin-right: 5px;
}

.autoINPUT:focus {
    color: black;
    background-color: #fdfce4;
}

.ffcontainer input[type=text].listbox:focus {
    max-width: 120px;
    background-color: #f7f6df;
}

.ffdelete {
    float: right;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 1px;
    cursor: pointer;
    background: url(../images/remove_field.png) right center no-repeat;
}

.droppable-active {
    background-color: #939a7b !important;
}

.rules {
    display: none;
    font-size: 90% !important;
}

.tiny {
    width: 60px;
    max-width: 60px;
}

.add_form_option {
    display: inline-block;
    padding: 2px 10px 3px 26px;
    color: white;
    background: #606060 url(../images/add_form_option.png) 6px center no-repeat;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 10px;
    margin: 2px;
}

.add_form_option:hover {
    background-color: #414141;
}

.delete_form_options {
    display: inline-block;
    padding: 2px 10px 3px 26px;
    color: white;
    background: #990000 url(../images/delete_form_options.png) 6px center no-repeat;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 10px;
    margin: 2px;
}

.delete_form_options:hover {
    background-color: #750000;
}

.select_options {
    border: 1px solid silver;
    margin-left: -15px;
    width: 260px;
}

.select_options th {
    width: 50%;
}

.select_options td span {
    position: absolute;
    top: 5px;
    left: 238px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/remove_field.png) right center no-repeat;
    z-index: 100;
}

.select_options td input {
    max-width: 100px;
    height: 11px;
}

.abschk {
    position: absolute;
    top: 1px;
    left: -17px;
    width: 13px !important;
    height: 13px !important;
}

.mini_options_wrapper {
    white-space: nowrap;
    margin-left: -15px;
}

.grey_italic {
    font-size: 10px;
    font-style: italic;
    color: #424242;
    margin-bottom: 5px;
}

.interactive_container {
    padding: 0;
    padding-top: 10px;
    margin: 30px 0 20px -52px;
    max-width: 376px !important;
}

.interactive_options {
    display: none;
    margin-top: 20px;
    font-size: 10px;
    background-color: #e3e3e3;
    padding-bottom: 10px;
    border: 1px solid #a3a3a3;
    width: 260px;
    margin-left: 2px;
}

#mapInfo {
    max-width: 280px;
    border-bottom: solid 1px grey;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: .8em;
    color: grey;
}

.info {
    min-height: 40px;
    padding-left: 45px;
    text-align: left;
    background: url(../images/info-icon.png) left top no-repeat;
    margin-bottom: 20px;
}

.admin_label_shadow {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding: 5px;
    text-align: left;
}

.size10 {
    font-size: 10px;
    line-height: 10px;
}

.listbox_inverse_wide {
    min-width: 240px !important;
}

.add_condition_action {
    padding: 2px 10px 3px 26px;
    color: white;
    background: #606060 url(../images/add_form_option.png) 6px center no-repeat;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: 100px;
    position: relative;
    font-size: 10px;
}

.add_condition_action:hover {
    background-color: #414141;
}

.select_interactive {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid black;
    padding-right: 2px;
    height: 20px;
}

.textfield_interactive {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid black;
    padding: 0 2px;
    height: 18px;
    margin: 1px;
}

.select_small {
    width: 110px;
    max-width: 110px;
}

.select_small[type="text"] {
    width: 106px;
    max-width: 106px;
}

.select_bold {
    font-weight: bold;
    background-color: #f1f1f1;
}

.conditions {
    margin: 10px 2px 10px 5px;
}

.value_to_wrapper {
    margin-left: 103px;
}

.value_to_wrapper input[type="text"] {
    width: 104px;
}

.value_to {
    position: relative;
    display: none;
}

.value_to span {
    position: absolute;
    top: -3px;
    left: 0;
}

.fields_list_wide {
    /* min-width: 190px !important; */
}

.remove_condition {
    position: absolute;
    top: 5px;
    left: 240px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/remove_field.png) right center no-repeat;
    z-index: 100;
}

div[data-conditionaction="1"] {
    margin-top: 3px;
}

.ftooltip {
    padding: 10px;
    background-color: #616161;
    color: white;
    border: 1px solid grey;
}

#section_helper {
    display: none;
    height: 50px;
    margin: 20px 0 0 150px;
    font-weight: bold;
    font-size: 10px;
    color: #444444;
}

#section_helper span {
    color: #C00;
}

.btn {
    margin-bottom: 2px;
    text-decoration: none !important;
}

#advanced_settings_container {
    text-align: right;
    margin: 100px auto;
    font-size: .8em;
    padding-top: 5px;
    border-top: 1px solid silver;
    clear: both;
}

#advanced_settings {
    display: none;
    margin-top: 10px;
}

#waiting {
    display: none;
    margin-top: 10px;
}

#permissions {
    margin: 10px 0;
    background-color: #cccccc;
    padding: 5px;
    display: none;
}

.image_default {
    background-color: #cb0303;
    color: white;
    padding: 1px 10px 2px 10px;
    margin-top: 5px;
    display: inline-block;
}

.image_logo {
    background-color: #cb8203;
    color: white;
    padding: 1px 10px 2px 10px;
    margin-top: 5px;
    display: inline-block;
}

.image_slider {
    background-color: #0361cb;
    color: white;
    padding: 1px 10px 2px 10px;
    margin-top: 5px;
    display: inline-block;
}

#mod td {
    padding: 3px;
}

#select_all_mediabank {
    margin: 20px 0 -36px 0;
    text-align: left;
}

.template_settings {
    position: relative;
    /*width: 60px;*/
}

.template_settings a {
    position: absolute;
    display: inline-block;
    padding: 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #562e43;
    color: white;
    text-decoration: none;
    top: 6px;
    left: 6px;
}

.template_settings a:hover {
    background-color: #9a2a54;
}

.template_settings span {
    position: absolute;
    color: grey;
    top: -32px;
    font-style: italic;
}

.templates_listing {
    cursor: default;
    /*display: inline-block;*/
    font-size: 1.1em;
    line-height: 1em;
    padding: 6px 0 8px 0;
    margin: 0 70px 0 90px;
}

.templates_listing:hover {
    background-color: transparent !important;
}

.templates_listing p {
    /*padding-left: 32px;*/
    margin: 0;
}

.adminLanguage_greek, .adminLanguage_english {
    padding: 5px 0 5px 43px;
    border: 1px solid transparent !important;
}

.adminLanguage_greek:hover,
.adminLanguage_english:hover {
    border: 1px solid silver !important;
    background-color: #fff;
}

.adminLanguage_greek {
    background: url(../../mediabank/flags/flag_gr.png) 10px center no-repeat;
}

.adminLanguage_english {
    background: url(../../mediabank/flags/flag_en.png) 10px center no-repeat;
}

#onTop {
    display: none;
    font-weight: bold;
    background-attachment: scroll;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-family: Arial;
    padding: 5px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    background-position: 0px 0px;
    background-repeat: repeat repeat;
}

.export_module_settings {
    margin: 80px 0 0;
    padding: 4px 0;
    border-top: 1px solid grey;
    text-align: right;
}

.export_module_settings input {
    border: none;
    background: none;
    text-decoration: underline;
    margin: 0;
    cursor: pointer;
}

#marginSliderDiv,
#paddingSliderDiv {
    max-width: 240px !important;
    margin: 0 auto;
}

#marginValues,
#paddingValues {
    font-size: 1.3em;
    color: #9a2a54;
    padding-top: 10px;
}

#fieldset {
    clear: both;
    margin: 80px auto 20px auto;;
    padding: 50px 30px 20px 30px;
    border: 1px solid #3c212f;
    position: relative;
    max-width: 600px;
}

#legendTitle {
    position: absolute;
    top: -15px;
    left: 14px;
    padding: 5px 30px;
    background: #3c212f;
    color: white;
}

#fields_links {
    float: right;
    margin: -23px 0 0 0;
    text-align: right;
}

#selectSettingsRow {
    background-color: #e0e0e0;
    border: 1px solid silver;
    margin: 10px 0;
    padding: 2px;
    display: table;
    min-width: 450px;
    padding-bottom: 20px;
}

.events_elements {
    text-align: center;
    margin: 5px 0;
}

#preview_video_btn {
    text-align: right;
    margin: 0 25px 15px 0;
}

.modules_page_title {
    background: #878787;
    margin: 10px 0 5px 0;
    color: white;
    padding: 5px 5px 5px 12px;
    height: 22px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.file_caption {
    color: grey;
    display: inline-block;
    width: 150px;
    margin: 0 auto;
    font-size: .7em;
}

#shortcuts_container {
    display: table;
    margin: 50px auto;
    max-width: 700px;
}

.shortcut_wrapper {
    width: 150px;
    height: 200px;
    margin: 5px;
    float: left;
    text-align: center;
}

.shortcut_icon {
    display: inline-block;
    width: 128px;
    height: 128px;
    overflow: hidden;
}

.shortcut_mini_icon {
    margin: auto 4px -10px 20px;
    display: inline-block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background-size: 100% !important;
}

.shortcut_medium_wrapper {
    width: 150px;
    height: 100px;
    margin: 5px;
    float: left;
    text-align: center;
}

.shortcut_medium_icon {
    margin-bottom: 5px;
    display: inline-block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-size: 100% !important;
}

.shortcut_icon:hover {
    background-position: bottom !important;
}

.shortcut_medium_icon:hover {
    background-position: bottom !important;
}

.shortcut_mini_icon:hover {
    background-position: bottom !important;
}

#shortcutsMenu,
#moreActions {
    position: absolute;
    left: 0;
    top: 4px;
    min-width: 290px;
    max-width: 300px;
    background-color: #0e0e0e;
    display: none;
    padding: 2px 0;
    border: 2px solid #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 1);
    z-index: 801;
}

#moreActions {
    min-width: 220px;
    left: auto;
    right: -150px;
    top: 2px;
    z-index: 802;
}

#moreActionsContainer {
    margin: 5px 1px;
}

#shortcutsMenu a,
#moreActions a {
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 6px;
    color: #fff;
    border-bottom: 1px solid #9a2a54;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    background-color: #0e0e0e !important;
    border-radius: 0 !important;
}

#moreActions a {
    padding: 2px 6px;
}

#shortcutsMenu a:last-child,
#moreActions a:last-child {
    border-bottom: none !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#shortcutsMenu a:hover,
#moreActions a:hover {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-color: #9a2a54 !important;
}

.open_shortcuts_arrow {
    display: inline-block;
    background: url(../images/open_shortcuts_arrow.png) center top no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 2px;
}

.open_shortcuts_arrow:hover {
    background-position: center bottom;
}

.admin_thumb_wrapper {
    display: table;
    float: left;
    padding: 0;
    margin-top: 10px;
    height: 220px;
}

.admin_thumb_image {
    display: table-cell;
    background: url(../images/placeholder.gif) 0 0 no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 131px !important;
    width: 170px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.admin_thumb_caption {
    display: table-cell;
    text-align: center !important;
    width: 170px !important;
    font-size: .8em !important;
    vertical-align: top !important;
    word-break: break-all;
}

.single_thumb {
    min-height: 0;
    margin-top: 0;
    margin-left: -5px;
    float: none;
}

.controller_settings_box {
    background-color: #5c5c5c;
    color: #ededed;
    padding: 5px;
    margin: 20px 2px;
}

.controller_settings_box_header {
    font-size: 1.2em;
    color: white;
}

.controller_settings_box_definition {
    font-size: .8em;
    font-style: italic;
    margin-top: 10px;
}

#attachments_results {
    padding: 0 20px;
}

.attachment_button {
    display: block;
}

.other_files {
    width: 300px;
    max-width: 85%;
    margin: 2em auto 0 auto;
    font-weight: bold;
    color: grey;
    text-align: center;
}

.video_thumb_wrapper {
    display: table;
    margin: 0 auto;
    height: 70px;
    padding: 5px 5px 2px 5px;
    border: 2px solid #939a7b;
    width: 110px;
}

#copyrights {
    margin-top: 5px;
    padding: 0 20px;
}

#copyrights div {
    display: inline-block;
}

.showMenu {
    display: table !important;
}

.hideMenu,
.hideMenuButton {
    display: none !important;
}

.showMenuButton {
    display: block !important;
}

#mediabank_results {
    width: 99%;
    max-width: 705px;
    display: table;
    margin: 0 auto;
}

.select_module_inner_search {
    text-align: right;
    margin-top: -40px;
    margin-right: 20px;
}

.tip {
    margin-top: 5px;
    padding: 7px 0 0 30px;
    background: url(../images/tip.png) left top no-repeat;
    color: grey;
    font-size: .9em;
    font-style: italic;
    min-height: 25px;
    text-align: left;
}

.context_text {
    color: #aeaeae;
    display: inline-block;
    padding-left: 12px;
}

.templates_list_checkbox {
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    margin-left: 95px;
    line-height: 1em;
}

.silver_box {
    background-color: #d5d5d5;
    padding: 0 4px 4px 4px;
    margin: 10px 0;
    border: 1px solid silver;
}

#select_all {
    position: relative;
    margin-left: 6px;
    margin-top: -40px;
    max-width: 200px;
}

.mceToolbar {
    padding-left: 18px !important;
}

.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceFirst td,
.defaultSkin table.mceLayout tr.mceLast td,
.defaultSkin .mceIframeContainer {
    border-color: #848484 !important;
}

.fieldset_select {
    min-width: 228px;
    background-color: #7b8168;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    
}

.fieldset_select option {
    padding-left: 5px;
    background-color: white;
    color: black;
    text-shadow: none;
}

fieldset.section_form {
    width: 90%;
    margin: 20px 0 20px -10px;
    padding: 10px 20px 30px 20px;
    border: 2px solid #7b8168;
    clear: both;
}

fieldset.section_form legend {
    width: 100%;
    text-align: center;
    padding: 4px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    cursor: pointer;
    border: 5px solid #ededed;
}

fieldset.section_form legend.on {
    background: #7b8168 url(../images/minus.gif) 96% center no-repeat;
}

fieldset.section_form legend.off {
    background: #7b8168 url(../images/plus.gif) 96% center no-repeat;
}

.fieldset_msg {
    text-align: center;
    color: silver;
    cursor: pointer;
}

.msg_on {
    display: block;
}

.msg_off {
    display: none;
}

#autoFillControls {
    display: none;
}

.preview_template {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #9A2A54;
    color: #FFF;
    text-decoration: none;
    float: right;
    margin: 5px 2px 0 0;
}

.select2-choices {
    min-height: 60px;
}

.add_to_select {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/plus.png) center center no-repeat;
    margin: 8px;
}

.translate_icon {
    width: 22px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background: url("../images/translate.png") center center no-repeat;
}

.rich_textarea_translate_icon {
    position: relative;
    top: 23px;
    left: -32px;
}

.textarea_translate_icon {
    position: relative;
    top: 23px;
    left: 6px;
}

.translate_loading_icon {
    background-image: url(../images/loading_small.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#loading {
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #e0e0e0 url("../images/loading_page.gif") center center no-repeat;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
}

#languages_excluded {
    display: table;
    margin: 10px 0 auto auto;
    background-color: #e0e0e0;
    border: 1px solid silver;
}

#languages_excluded div {
    display: none;
    visibility: visible;
}

.select_section_items {
    margin: 0 3px;
}

.module_parameter_fs {
    margin-bottom: 5px;
    border: 1px solid #9a2a54;
}

.module_parameter_fs legend {
    margin: 10px;
}

.items_container {
    position: relative;
    padding: 5px 20px 5px 5px;
    min-height: 23px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

.items_container li {
    font-size: .8em;
    display: block;
    padding: 2px 5px 4px 16px;
    margin: 5px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #f3f3f3;
    position: relative;
    cursor: default;
    -moz-box-shadow: 1px 1px 2px #939393;
    -webkit-box-shadow: 1px 1px 2px #939393;
    box-shadow: 1px 1px 2px #939393;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#939393');
}

.items_container li span {
    display: block;
    padding-left: 4px;
}

.remove_section_item {
    position: absolute;
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/remove_tag.gif) no-repeat left center;
    top: 5px;
    left: 4px;
}

.remove_section_item:hover {
    background: url(../images/remove_tag.gif) no-repeat right center;
}

#more_menu_wrapper {
    display: inline-block;
    /*visibility: hidden;*/
}

.record div img {
    float: left;
    width: 40px !important;
    text-align: center;
    margin-right: 4px !important;
    background-color: #ffffff !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.record img {
    border: 1px solid silver;
    max-width: 34px !important;
    max-height: 34px !important;
    min-height: 34px !important;
    margin-top: -2px !important;
}

.find_record {
    cursor: pointer;
}

.admin_module_title {
    position: absolute;
    left: 0;
    top: -50px;
    color: #9a2a54;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    background-color: #cecece;
    padding: 4px 70px 5px 5px;
    min-width: 150px;
}

.admin_module_title h4 {
    font-size: 1.1em;
    text-align: left;
    font-style: italic;
    color: #5c5c5c;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 1);
}

.icon_more {
    pointer-events: none;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 10px;
    background: url(../images/admin_edit_bar_sprite.png) center -56px no-repeat;
}

.attachment_languages {
    border: none !important;
    background: transparent;
    color: #9A2A54;
    font-style: italic;
}

.attachment_lang_extension {
    background-color: #9A2A54;
    color: #fff;
    padding: 1px 10px 2px 10px;
    margin-top: 5px;
    display: inline-block;
}

.chk_container p, .admin_checkbox_wrapper p {
    cursor: pointer !important;
}

#categories_form {
    display: table;
    margin: auto;
}

#sort-list-images {
    list-style-type: none;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 800px;
}

#sort-list-images li {
    border: dashed 3px transparent;
    border-bottom: dashed 3px silver;
    padding-bottom: 5px;
    margin-top: 7px;
}

#sort-list-images li .handle {
    float: left;
    position: relative;
    cursor: move
}

#sort-list-images li .handle > img {
    margin-bottom: -30px;
    position: relative;
    z-index: 100;
    cursor: move
}

#sort-list-images li .handle > .sort_title {
    padding-left: 0;
}

#sort-list-images .delete_attachment_container {
    box-sizing: border-box;
    padding: 0;
    height: auto !important;
    overflow: hidden;
    background: none;
    position: absolute;
    width: 80px;
    left: 30px;
    top: 8px;
}

#sort-list-images .delete_attachment_container > img {
    max-height: 40px;
}

#sort-list-images .attachment_button {
    display: block;
    margin-left: 110px;
}

.crop_btn {
    display: block;
    width: 20px;
    height: 20px;
    background: #9a2a54 url('../images/crop.png') center center no-repeat;
}

.crop_btn_right {
    position: absolute;
    right: 5px;
    top: 0;
}

/* ADMIN FORMS ***********************************************/

.admin_form {
    /* styles for the <form> tag  */
    margin: 2px !important;
    /* display: table; */
    /* width:316px; */
}

.form_centered {
    display: table !important;
    margin: 0 auto !important;
    min-width: 400px;
}

.admin_form_element {
    clear: both !important;
    /* any global position goes here */
}

.admin_form_element input[type="text"],
.admin_form_element input[type="password"],
.admin_form_element textarea {
    width: 99%;
    max-width: 500px;
}

#inner_page .admin_form_element input[type="text"],
#inner_page .admin_form_element select {
    max-width: 223px !important;
}

.admin_label {
    margin: 10px 0 2px 0 !important;
    color: #7b8168;
    font-size: .95em;
    font-style: italic;
}

.admin_label p {
    margin: 0;
    padding: 0;
}

.required {
    padding-left: 12px !important;
    margin-left: -12px !important;
    background-image: url(../images/asterisk.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

.required_label {
    float: right !important;
    display: inline-block !important;
    color: grey !important;
    font-style: italic !important;
    padding-left: 12px !important;
    background-image: url(../images/asterisk.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}

textarea {
    margin: 0;
}

.admin_checkbox_wrapper input {
    display: block !important;
    float: left !important;
    margin: 3px 5px 0 0 !important;
}

.admin_checkbox_wrapper p {
    padding-left: 20px !important;
    margin: 5px 0 !important;
    color: #7b8168;
    font-size: .95em;
    font-style: italic;
    text-align: left;
}

.admin_form_element input[type="submit"],
.admin_form_element input[type="reset"],
.admin_form_element input[type="button"] {
    margin: 15px 5px !important;
}

select,
.select2-container:not([data-width="true"]) {
    width: auto !important;
    max-width: 290px !important;
    min-width: 150px !important;
}

input, textarea, keygen, select, button {
    font-family: inherit !important;
    font-size: inherit !important;
}

input[type="file"] {
    font-family: inherit !important;
    font-size: 0.8em !important;
}

input:-webkit-autofill {
    /* remove Chrome yellow bg in textfields  */
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

.definition {
    font-size: 80%;
    color: grey;
}

.form_translations input[type="text"],
.form_translations textarea {
    min-width: 560px !important;
    max-width: 560px !important;
}

#sorting {
    text-align: right;
    font-size: .85em !important;
}

.find {
    display: block;
    width: 33px;
    height: 19px;
    padding-left: 40px;
    margin-top: 20px;
    margin-left: 12px;
    color: #383838;
    text-decoration: none;
}

.find:hover {
    text-decoration: underline;
}

.search_off {
    background: url(../images/buttons_on_off.png) left bottom no-repeat;
}

.search_on {
    background: url(../images/buttons_on_off.png) left top no-repeat;
}

.visible {
    display: table !important;
    margin: 0 auto !important;
}

.hidden {
    display: none !important;
}

.export_slots_xml {
    margin: 20px 0;
    padding: 4px 0px;
    border-top: 1px solid #808080;
    text-align: right;
}

.export_slots_xml input {
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    text-decoration: underline;
    margin: 0px;
    cursor: pointer;
}

.qms {
    min-height: 100px;
    background-color: #383838;
    display: none;
    text-align: center;
}

.qms_title {
    margin: 10px 10px 0 10px;
    width: 90%;
    max-width: 500px;
    background-color: #ededed;
}

.qms_textarea {
    margin: 10px;
    height: 300px;
    width: 90%;
    max-width: 500px;
    background-color: #ededed;
}

.qms_btn {
    margin-bottom: 10px;
}

#ajax_loading {
    position: fixed;
    top: 50%;
    right: 50%;
    left: 50%;
    z-index: 100001;
    display: none;
    overflow: visible;
    margin-top: -26px;
    margin-left: -26px;
    padding: 0px;
    min-height: 52px;
    width: 52px;
    background: #0D0D0D url("../images/ajax_loader.gif") no-repeat scroll 10px 10px;
    opacity: 0.8;
    border-radius: 5px;
}

.select2-choices {
    background: url(../images/select2_arrow.png) right top no-repeat !important;
    cursor: pointer !important;
}

/* END OF ADMIN FORMS ***********************************************/

@media only screen and (max-width: 334px) {
    #shortcuts_container {
        width: 50% !important;
    }
    
    select,
    .select2-container:not([data-width="true"]) {
        width: auto !important;
        max-width: 285px !important;
        min-width: 150px !important;
    }
    
    #categories_options_links,
    #categories_tree {
        font-size: 80%;
    }
    
    #categories_tree > div > a > div > span {
        font-size: 90% !important;
    }
    
    .mceLayout {
        max-width: 290px !important;
    }
    
    .mceLayout iframe {
        max-width: 290px !important;
    }
    
    .admin_form_element input[type="text"],
    .admin_form_element input[type="password"],
    .admin_form_element textarea {
        width: 99%;
        max-width: 290px;
    }
    
}

@media only screen and (max-width: 403px) {
    .admin_thumb_wrapper {
        min-height: 1px !important;
        float: none !important;
        margin: 0 auto !important;
    }
    
    #attachments_results {
        padding: 0px !important;
    }
    
    #show_menu {
        margin-top: 0 !important;
        margin-left: 10px !important;
    }
    
    #fields_links a {
        display: block;
    }
    
    .seperator {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .required {
        margin-left: 0 !important;
    }
    
    #footer {
        font-size: 80% !important;
    }
    
    .footer_bar {
        height: 54px;
    }
    
    #update_notification,
    #switches_container {
        margin-top: 10px;
    }
    
    #select_all_mediabank {
        margin: 70px 0 -10px 0;
    }
    
    #selectSettingsRow {
        min-width: 0;
    }
    
    #sectionForm input[type="text"] {
        max-width: 260px;
    }
    
    #sectionForm select {
        max-width: 275px;
    }
    
    #selectTableSectionName {
        max-width: 275px;
    }
    
    #selectType {
        max-width: 275px;
    }
    
    #selectField {
        max-width: 275px !important;
    }
    
    #autoFillLabel {
        min-width: 220px;
        max-width: 275px;
    }
    
    #fieldset {
        padding-left: 15px;
        padding-right: 2px;
    }
    
    #massTop,
    #massBottom {
        float: right !important;
        max-width: 130px !important;
    }
    
    #select_all {
        margin-top: 0;
    }
    
    fieldset.section_form {
        padding-left: 3px;
    }
    
    .form_centered {
        min-width: 290px;
    }
    
    .shortcuts_menu_inner {
        top: -135px;
    }
    
    fieldset.section_form legend {
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .select_module_inner_title {
        height: 32px;
    }
}

@media only screen and (max-width: 639px) {
    .action_icon {
        margin-top: 0 !important;
    }
    
    .forms_fieldset {
        padding: 2px;
        min-width: 0 !important;
        width: auto !important;
    }
    
    .ffcontainer .listbox,
    .ffcontainer input[type=text].listbox:focus {
        max-width: 120px !important;
    }
    
    #fields {
        min-width: 290px !important;
        min-height: 100px !important;
    }
    
    .formfield {
        display: inline-block;
        max-width: 32%;
        min-width: 32%;
        margin: 1px;
    }
    
    #fields .formfield {
        min-width: 245px !important;
        display: block;
    }
    
    #fields_group .formfield {
        width: 32% !important;
    }
    
    .edit_bar {
        border-bottom: 2px solid transparent;
        padding: 10px 0;
    }
    
    #option1,
    #option2,
    #option3,
    #option4 {
        display: block;
        border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        margin: 2px 0;
        max-width: 170px;
    }
    
    #more_menu_wrapper {
        display: block;
    }
    
    #moreActions {
        right: -225px;
    }
    
    .form_translations input[type="text"],
    .form_translations textarea {
        min-width: 0 !important;
        max-width: 290px !important;
    }
}

@media (min-width: 960px) {
    #menu {
        display: block !important;
        position: static !important;
        z-index: 1 !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    #close_menu {
        display: none !important;
    }
    
    #show_menu {
        display: none !important;
    }
}

@media only screen and (max-width: 959px) {
    #menu {
        display: none;
        position: absolute !important;
        top: 0 !important;
        z-index: 800 !important;
        border: 1px solid white !important;
        -webkit-box-shadow: 2px 2px 10px black !important;
        -moz-box-shadow: 2px 2px 10px black !important;
        box-shadow: 2px 2px 10px black !important;
    }
    
    #close_menu {
        display: block;
    !important
    }
    
    #show_menu {
        display: block !important;
    }
    
    aside {
        width: 0 !important;
    }
    
    article {
        width: 99% !important;
    }
}

@media only screen and (max-width: 767px) {
    .header_location {
        margin-left: 6px !important;
    }
    
    .main {
        padding-left: 0 !important;
    }
    
    #onTop {
        right: 0 !important;
        bottom: 0 !important;
        border: none !important;
        background: none !important;
        font-size: 40px !important;
    }
    
    .modules_page_title {
        height: 52px;
    }
}

@media (max-width: 1103px) {
    #backend {
        display: block;
        margin: 0 auto;
        border: none;
    }
}

@media (min-width: 1296px) {
    article {
        margin-left: -50px !important;
    }
    
    #shortcuts_container {
        max-width: 800px !important;
    }
}

@media (min-width: 960px) and (max-width: 1103px) {
    .modules_page_title {
        height: 52px;
    }
}
