/* Modal Window */
* {
    -webkit-font-smoothing: subpixel-antialiased;
}

/* @title Modal Overlay background */
/* @help Defines the background color used when a modal window is opened */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

#modal_window {
    display: none;
    overflow: auto;
}

/* @title Modal Update Text */
/* @help Text used for individual update lines in an activity update modal window */
#modal_updates {
    color: #000;
    font-size: 12px;
    font-family: monospace;
    padding: 8px 16px; /* @ignore */
    overflow: auto;
}

#modal_indicator {
    display: none;
    float: right;
    position: relative;
    top: 60px;
    right: 20px;
}

.search_area_left {
    padding-bottom: 12px !important;
}

.search_area_right {
    padding-bottom: 12px !important;
}

.live_search_text {
    resize: none !important;
}

/* File form field */
.jrcore_file_detail {
    position: relative;
    width: 76.5%;
    padding: 6px 10px !important;
    margin: 8px 0 12px 2px !important;
    font-size: 12px !important;
    font-variant: normal !important;
    text-transform: none !important;
    border-radius: 3px;
}

.jrcore_file_detail_left {
    width: 2%;
    vertical-align: middle;
}

.jrcore_file_detail_right {
    width: 98%;
    text-align: left;
}

.jrcore_file_title {
    width: 60px;
    display: inline-block;
    text-align: right;
    text-transform: lowercase;
    font-variant: small-caps;
}

.at_link a {
    color: #009;
    text-decoration: none;
}

.at_link a:hover {
    text-decoration: underline;
}

/* Admin Menu Accordion */
.accordion {
    margin: 0;
    padding-top: 10px;
}

.accordion a {
    color: #000;
    text-decoration: none;
}

.accordion a:hover {
    color: #000;
    text-decoration: none;
}

dt {
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
}

dt a {
    color: #000;
}

dd {
    padding: 3px 0;
    margin: 0;
    font-size: 12px;
}

#item-holder {
    margin-right: 9px;
}

#item-list {
    width: 100%;
    display: table;
    margin: 9px 0 9px 9px;
    padding: 6px;
}

.item-row {
    width: 100%;
    display: table-row;
    cursor: pointer;
    height: 42px;
    background: #DDD;
}

.item-row-active {
    background: #FFF;
}

.item-row:hover {
    background: #FFF;
}

.item-icon {
    display: table-cell;
    padding: 3px;
}

.item-entry {
    width: 100%;
    display: table-cell;
    padding: 6px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}

.item-enabled {
    display: table-cell;
    padding-right: 6px;
}

.item-disabled {
    display: table-cell;
    color: #000;
    background: #FC0;
    font-size: 11px;
    padding: 6px;
    border: 1px solid #AAA;
    border-radius: 4px;
}

.item-active {
    display: table-cell;
    background: #CF9;
    font-size: 11px;
    padding: 6px;
    border: 1px solid #AAA;
    border-radius: 4px;
}

#item-work {
    background: #DDD;
    max-width: 100%;
}

#error_log {
    font-family: Monaco, "Lucida Console", monospace;
    width: 100%;
    padding: 6px;
    font-size: 10px;
    overflow: auto;
}

#debug_log {
    font-family: Monaco, "Lucida Console", monospace;
    width: 100%;
    padding: 6px;
    font-size: 10px;
    overflow: auto;
    white-space: pre;
}

.ds_browser_item {
    max-height: 250px;
    overflow: scroll;
}

/* DataStore Browser */
.ds_browser_key {
    width: 425px;
    display: inline-block;
    text-align: right;
    background: #EEE;
    padding: 1px 3px;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}

.ds_browser_value {
    text-align: left;
    padding-left: 3px;
    word-break: break-all;
}

#ds_browser_new_key {
    width: 120px;
}

/* Template Editor */
.form_editor_holder {
    text-transform: none;
    width: 95%;
    z-index: 25000;
    height: 100%;
    padding: 0;
    margin: 0;
}

.form_editor_holder > div {
    min-height: 170px;
}

.form_editor_full_width {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.page_custom {
    max-width: 1024px;
    box-sizing: border-box;
}

.form_template {
    text-transform: none;
    box-sizing: border-box;
}

.form_template_editor {
    text-transform: none;
    height: 600px;
}

.php_Notice {
}

.php_Warning {
    color: #F90;
}

.php_Fatal, .php_Parse {
    color: #F00;
}

.log-inf {
    text-align: left;
    word-break: break-all;
}

.log-dbg {
    text-align: left;
    word-break: break-all;
    color: #666 !important;
}

.log-min {
    background: #FF9;
    text-align: left;
    word-break: break-all;
}

.log-maj {
    background: #F93;
    text-align: left;
    word-break: break-all;
}

.log-cri {
    background: #F63;
    text-align: left;
    word-break: break-all;
}

.style-box {
    width: 80%;
    margin-bottom: 6px;
    padding: 6px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #DDD;
    font-size: 12px;
    float: left;
}

.style-box-hilight {
    border-left-color: #FC0;
}

.style-reset {
    position: absolute;
    top: 6px;
    right: 32px;
}

.style-input {
    width: 175px;
}

.style-select {
    width: 185px !important;
}

.style-color {
    width: 24px;
    height: 16px;
    margin: 0 6px;
    border: 1px solid #DDD;
    cursor: pointer;
}

.style-label {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin: 6px;
    padding: 0;
}

.CodeMirror {
    background: #FFF;
    padding: 6px;
    font-size: 12px;
    border: solid 1px #CCC;
    overflow: auto;
}

.fullscreen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
}

#jqp {
    background: #FAFAFA;
    width: 360px;
    padding: 6px 2px 2px 6px;
    border: solid 1px #7F7F7F;
    border-radius: 2px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

#jqp h2 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

#jqp ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#jqp ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

#jqp ul li {
    float: left;
    margin: 0 5px 5px 0;
}

#jqp ul li a {
    display: block;
    width: 13px;
    height: 13px;
    text-decoration: none;
    text-indent: -100000px;
    outline: 0;
    border: solid 1px #7F7F7F;
}

#jqp ul li a:hover {
    border-color: #000;
}

.sortable li li {
    list-style: disc;
}

.item_sortable {
    margin: auto;
    padding: 0;
    list-style: none outside none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item_sortable li {
    border: 1px solid #BBB;
    list-style: none;
    cursor: move;
    padding: 5px 12px 5px 12px;
    margin: 5px;
    height: 20px;
    font-size: 14px;
    overflow: hidden;
}

li.sortable-placeholder {
    border: 2px dashed #CCC;
    background: none;
    padding: 5px 12px 5px 12px;
    margin: 5px;
    height: 18px;
}

#diff_result {
    font-family: Monaco, "Lucida Console", monospace;
    width: 100%;
    font-size: 11px;
    overflow: auto;
    margin: 6px 0 18px 0;
}

#diff_table {
    width: 100%;
    background-color: #EEE !important;
    border-collapse: collapse;
    border-spacing: 1px;
    white-space: pre-line;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD;
}

#diff_table td {
    background: #FFF;
    padding: 3px 5px;
    color: #000;
    border-bottom: 1px solid #F6F6F6;
}

.diff_head {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 6px;
}

.diff_foot {
    background-color: #EEE;
    text-align: center;
    padding: 12px !important;
}

.diff_lno {
    width: 3%;
    padding-right: 6px !important;
    font-weight: bold;
    text-align: right;
}

.diff_none {
    background: #FFF;
}

.diff_chg {
    background: #FC0 !important;
}

.diff_new {
    background: #CF9 !important;
}

.diff_old {
    background: #CF9 !important;
}

.file_attachment_box {
    width: 100%;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    box-sizing: border-box;
}

.file_attachment {
    position: relative;
    margin-bottom: 4px;
}

.file_attachment_image {
    display: inline;
}

.file_attachment_text {
    display: inline;
    margin-left: 6px;
}

.fixed-width {
    font-family: monospace;
    white-space: pre-wrap;
    font-size: 11px;
}

.widget-template-code {
    font-size: 12px;
    padding: 8px 20px 10px 20px;
}

.word-break {
    word-break: break-all;
}

.nocursor {
    cursor: unset !important;
}

/* @title Textarea Expand */
/* @help Controls the display of the small Expand arrow to the right of the textarea */
.form_textarea_expand {
    display: none;
    position: absolute;
    bottom: 12px;
    margin-left: 3px;
}

/* @title Birthday Field Month */
/* @help controls the MONTH selector in a Birthday form field */
.form_date_birthday_month {
    width: 120px !important;
}

/* @title Birthday Field Day */
/* @help controls the DAY selector in a Birthday form field */
.form_date_birthday_day {
    width: 60px !important;
}

/* @title Birthday Field Year */
/* @help controls the YEAR input field in a Birthday form field */
.form_date_birthday_year {
    width: 60px !important;
    margin-left: 9px;
    padding: 4px 4px 3px 4px;
}

.form_daterange, .form_date, .form_date_time {
    min-width: 286px;
}

.form_mobile_label {
    font-size: 13px;
    text-transform: capitalize;
    margin-left: 6px;
}

.sublabel {
    display: block;
}

.page-table-jumper-page {
    width: 65px !important;
}

.page-table-jumper-perpage {
    width: 65px !important;
}

.acp-default-img {
    padding: 1px;
    margin: 1px;
    border: 1px solid #DDD;
}

.acp-custom-img {
    padding: 1px;
    margin: 1px;
    border: 1px solid #DDD;
}

.module_icon {
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    display: block;
    border-radius: 5px;
    padding: 2px;
    margin: 2px;
    box-shadow: inset 0 0 3px #DDD;
}

.module_icon img {
    margin: 0 auto;
    vertical-align: middle;
    transform: scale(0.9);
}

#info_box .item strong {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 8px;
    padding: 2px 0;
    text-transform: capitalize;
}

.rejected_reason_delete {
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

.no-text-transform {
    text-transform: none !important;
}

.form_icon_button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.form_button_icon {
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.form_button_menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.form_button_menu_button {
    float: left;
}

.form_button_menu ul {
    position: absolute;
    display: none;
    top: 35px;
    left: 0;
    z-index: 32;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

.form_button_submenu {
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
}

.form_button_submenu:hover {
    background-color: #FC0;
}

.form_button_menu_ul li {
    list-style: none;
}

.sprite_icon_disabled {
    cursor: not-allowed !important;
    opacity: 0.3;
}

.sprite_icon_disabled:hover {
    background: inherit !important;
}

.option_img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: inset 0 0 2px #999;
}

.fail {
    background-color: #FF7400;
}

.select2 {
    margin: 0 4px;
}

.select2-select-width {
    width: 76.3% !important;
}

.select2-select-and-text-width {
    width: 33% !important;
}

.select2-selection--single {
    background: #FFF url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 99.5% 50%;
    height: 30px !important;
    border-color: #CCC !important;
    border-radius: 2px !important;
}

.select2-selection__rendered {
    font-size: 15px !important;
    color: #000 !important;
    padding-left: 5px !important;
    line-height: 30px !important;
}

.select2-selection__arrow {
    top: 2px !important;
}

.select2-dropdown {
    border-color: #CCC !important;
    border-radius: 2px !important;
}

.select2-selection__arrow b {
    display: none;
}

.core-log-iframe {
    box-sizing: border-box;
    border: 0;
    width: 100%;
    height: 270px;
}

.form_date_repeat {
    width: 100%;
}

.form_select_and_text_tag {
    display: inline-block;
    min-width: 72px;
    text-align: right;
}

.form_select_narrow {
    width: 120px !important;
}

.svg_icon {
    display: table;
    box-sizing: border-box;
}

.svg_icon_disabled svg {
    opacity: 0.2;
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: #CCC;
}

#jr-ds-item-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

#jr-ds-item-count span {
    font-weight: bold;
}

.form_select_area_search {
    width: auto !important;
}