@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

html, body {
    min-height: 100%;
}

html, body, ul {
    margin: 0;
    padding: 0;
}

html, body, ul, td {
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.smaller_text {
    font-size: 0.8em;
}

body {
    background-color: #fff;
}

form {
    margin: 0;
    padding: 0;
}

strong, .highlighted_icon {
    color: #4a8fcb;
}

a {
    outline: 0;
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #575757;
    text-decoration: none;
}

a.selected {
    color: #000000;
    font-weight: bold;
}

a i:before {
    cursor: pointer !important;
}

h1 {
    font-size: 21px;
    color: #1376C9;
    font-weight: bold;
}

h1.alt, #content h1.alt {
    color: #003a5d;
    font-size: 26px;
    font-weight: bold;
}

h2 {
    font-size: 13px;
    color: #333333;
    margin-bottom: 4px;
    font-weight: bold;
}

table th {
    text-align: left;
}

img {
    border: none;
    vertical-align: middle;
}

img.icon {
    cursor: pointer;
}

ul {
    margin-left: 20px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

input[type=text], input[type=password],
input[type=date], input[type=datetime-local],
input[type=email], input[type=number],
input[type=tel], input[type=time], input[type=url],
textarea, select {
    border: 1px solid #fff;
    background: #e6f2fc;
    color: #373837;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.sliver_col2 input[type=text], .sliver_col2 input[type=password],
.sliver_col2 input[type=date], .sliver_col2 input[type=datetime-local],
.sliver_col2 input[type=email], .sliver_col2 input[type=number],
.sliver_col2 input[type=tel], .sliver_col2 input[type=time], .sliver_col2 input[type=url],
.sliver_col2 textarea, .sliver_col2 select {
    background: #fff;
}

input[type=text], input[type=password],
input[type=date], input[type=datetime-local],
input[type=email], input[type=number],
input[type=tel], input[type=time], input[type=url],
select {
    padding: 4px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    padding-right: 0;
    padding-left: 2px;
}

input[type=text]:focus, input[type=password]:focus,
input[type=date]:focus, input[type=datetime-local]:focus,
input[type=email]:focus, input[type=number]:focus,
input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus,
textarea:focus {
    border-color: #4a8fcb;
    outline: 0 none;
}

.ui-dialog-content a {
    color: #1b74c8;
}

.ui-dialog-content a:hover {
    opacity: 0.88;
}

.luna-btn, a.button, button.ui-button {
    background: #4a8fcb !important;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.luna-btn i.fab::before,
.luna-btn i.fad::before,
.luna-btn i.fal::before,
.luna-btn i.far::before,
.luna-btn i.fas::before,
.luna-btn i.fa::before {
    color: #fff !important;
}

.luna-btn.btn {
    padding: 3px 10px;
}

.ui-dialog-buttonset button.ui-button {
    padding: 0;
    border: none !important;
}

.luna-btn.red {
    background: #db3939 !important;
}

.luna-btn.smaller, a.button.smaller {
    padding: 1px 4px;
    line-height: 1.2em;
    font-size: 11px;
}

.luna-btn:hover, a.button:hover, button.ui-button:hover {
    background: #63a6e3 !important;
    color: #fff !important;
    opacity: 0.88;
}

a.button {
    display: inline-block;
    text-decoration: none;
    padding: 4px 10px;
}

.luna-btn.block, a.button.block {
    display: block;
    width: 100%;
}

.luna-btn.attention, a.button.attention {
    background: #da5b5b !important;
}

.bring_attention {
    color: #ff9d03;
}

.bring_attention_bg, .luna-btn.bring_attention_bg {
    background: #ff9d03 !important;
}

sup.bring_attention {
    font-size: 9px;
}

.dropdown_nav {
    display: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background-color: #4A8FCB;
    position: absolute;
    width: 180px;
    z-index: 99;
}

.dropdown_nav, .dropdown_nav a {
    color: #fff;
}

.dropdown_nav a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
}

.dropdown_nav a:hover {
    background-color: #2F73AA;
}

#subnavarea .dropdown_nav {
    display: block;
    position: relative;
}

#header {
    position: relative;
    background: #f5f5f5;
    width: 100%;
    height: 77px;
    border-bottom: 1px solid #e7e7e7;
}

.mobile #header {
    height: 50px;
}

#header, #header a {
    color: #595959;
    text-decoration: none;
}

#header .dropdown_nav a {
    color: #fff;
}

#header .header_box {
    padding-top: 31px;
}

.mobile #header .header_box {
    padding-top: 15px;
}

#header .logo {
    float: left;
    padding-left: 18px;
    line-height: 76px;
}

#header .logo img {
    vertical-align: middle;
}

.mobile #header .logo {
    line-height: 50px;
}

.mobile #header .logo img {
    width: 150px;
}

#header .header_box {
    position: relative;
    font-size: 15px;
}

#header .header_box .dropdown_nav {
    right: 0;
}

#header .header_box.help {
    float: right;
    margin-right: 10px;
}

#header .account_details {
    position: relative;
    float: right;
    margin-right: 73px;
    padding-top: 30px;
}

#header .account_details ul {
    right: 0;
}

#header .account_details div:hover ul {
    display: block;
}

.topsearch {
    float: right;
    margin-right: 100px;
}

.topsearch * {
    font-size: 10px;
}

.topsearch .luna-btn {
    cursor: pointer;
    border: none;
    border: 1px solid #4a8fcb;
    background: #4a8fcb;
    color: #fff;
}

#header .special_link {
    color: #00395d;
}

#header .special_link:hover {
    text-decoration: underline;
}

#header .site_set i {
    font-size: 14px;
    padding: 0 3px;
}

#header .site_set i:before {
    cursor: pointer;
}

#header .site_set .luna-btn {
    padding: 0 5px;
    margin-left: 5px;
}

ul#topnav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    background: url(../img/bg_topnav.png) top left repeat-x #373837;
    font-size: 15px;
    display: block;
    height: 56px;
}

ul#topnav i {
    margin-right: 4px;
}

ul#topnav > li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 1px solid #1d1d1d;
    color: #fff;
    white-space: nowrap;
}

ul#topnav > li:first-child {
    border-left: none;
}

ul#topnav > li > a {
    display: block;
    line-height: 51px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #191919;
    padding: 0 14px;
}

ul#topnav > li > a:hover, ul#topnav > li.selected > a, ul#topnav > li.hovering > a {
    background: #2f73aa;
    border-bottom: 5px solid #4a8fcb;
}

ul#topnav > li.first > a {
    padding: 0 6.15px;
}

#header_more li {
    position: relative;
}

#header_more li > ul {
    position: absolute;
    left: -180px;
    top: 0;
    background-color: #2F73AA;
}

#header_more li:hover > ul {
    display: block;
}

tr.odd, .odd, table.zebra tr:nth-child(odd) {
    background-color: #e6f2fc;
}

.std_table tr:nth-child(odd) {
    background-color: #e6f2fc;
}

.std_table td, .std_table th {
    padding: 4px 8px;
}

.std_table > tr:hover, .std_table > tbody > tr:hover {
    background-color: #c1e4fb;
}

.std_y_scroll {
    height: 150px;
    overflow-y: auto;
    border: 1px solid #bfbfbf;
    padding: 5px;
}

.std_y_scroll.nopad {
    padding: 0;
}

.std_truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pill_list_item {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 0 5px;
}

tr.highlight, tr.highlight td, .highlight {
    background-color: #d1d5dE;
}

.hoverme:hover {
    background-color: #d1d5dE;
}

.alternate, tr.alternate, tr.alternate td {
    background-color: #e6ebf5;
}

.inner_table {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-collapse: collapse;
}

.inner_table td, .inner_table th {
    border: 1px solid #cccccc;
    border-top: none;
    border-left: none;
}

.backend_left {
    float: left;
    margin-bottom: 10px;
}

.backend_right {
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.backend_right .btns {
    padding-bottom: 5px;
}

.message {

}

.bad {
    color: #CD0A0A !important;
}

.good {
    color: #00AA00 !important;
}

.warning_box {
    color: #363636;
    border: 1px solid #FCEFA1;
    padding: 10px;
    margin: 10px 0;
    background-color: #FBF9EE;
}

.system_message_box {
    border: 1px solid #999;
    background-color: #ccc;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    font-family: Arial !important;
    font-size: 12px !important;
}

.system_message_box .system_message_head {
    font-weight: bold;
}

.system_message_box.success {
    color: #2f9a23 !important;
    border-color: #ccc;
    text-indent: 20px;
    background: url(../img/tick.png) no-repeat 10px 10px #cdffdc;
}

.system_message_box.success_no_fade {
    color: #2f9a23 !important;
    border-color: #ccc;
    text-indent: 20px;
    background: url(../img/tick.png) no-repeat 10px 10px #cdffdc;
}
.system_message_box.warning {
    color: #888 !important;
    border-color: #ffc000;
    text-indent: 16px;
    background: url(../../img/system_message_warn.png) no-repeat 10px 11px #FBF9EE;
}

.system_message_box.error {
    color: #CD0A0A !important;
    border-color: #CD0A0A;
    text-indent: 16px;
    background: url(../../img/system_message_error.png) no-repeat 10px 11px #FEF1EC;
}

.notice {
    background: #f49426 !important;
    color: #fff !important;
    padding: 3px;
}

a.notice:hover {
    opacity: 0.93;
}

.round_item {
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    padding: 3px !important;
}

.round_item.smaller {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 14px;
}

.highlighted {
    background-color: #f9ff9f;
}

.bolded {
    font-weight: bold !important;
}

.pager {
    text-align: right;
}

.pager_foot {
    padding-top: 5px;
}

span.pager {
    padding-left: 30px;
}

.save {
    float: right;
    cursor: pointer;
}

.handle {
    cursor: move;
    margin-right: 20px;
}

.clicker {
    cursor: pointer;
}

.left {
    position: relative;
    float: left;
}

.right {
    position: relative;
    float: right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#leftnav {
    background: url("../img/nav.jpg") repeat-y;
    color: #fff;
    padding: 5px;
    width: 165px;
}

#leftnav a {
    color: #fff;
}

#leftnav h1 a {
    text-decoration: none;
}

#leftnav h1 a:hover {
    text-decoration: underline;
}

#leftnav ul {
    padding: 10px 0;
    padding-top: 0;
    list-style-type: none;
}

#leftnav ul .active {
    font-weight: bold;
}

#leftnav ul ul {
    padding: 10px 0 10px 10px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.container_guts {
    position: relative;
    width: 760px;
}

#content h1, #content h1 * {
    font-size: 15px;
}

#left_box {
    width: 325px;
    float: left;
}

#right_box {
    width: 600px;
    float: left;
}

#pages {
    margin: 15px 0 0 0;
}

#pages li {
    font-size: 12px;
    background-color: #f3f3f3;
    border: 1px solid #cfcfcf;
    width: 275px;
    margin-top: 4px;
    padding: 4px;
    line-height: 18px;
}

#pages li.under {
    margin-left: 20px;
    width: 255px;
}

#nav {
    background-color: #FFFFFF;
    margin-left: 20px;
    padding: 5px;
}

#nav ul li {
    display: inline;
}

.content_list {
    padding: 0;
    margin: 0;
}

.content_list li {
    width: 90px;
    height: 20px;
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    padding-top: 5px;
    background: #f8f8f8;
}

.content_list li.selected {
    background-color: #ebebeb;
}

.iconinput {
    float: left;
    margin: 10px;
    margin-top: 2px;
}

.bodyinput {
    float: left;
    width: 690px;
    padding-bottom: 5px;
}

.bodyinput.noicon {
    padding-left: 22px;
}

.bodyinput label {
    color: #4a8fcb;
}

.halfinput {
    float: left;
    display: inline;
    width: 325px;
    margin-bottom: 5px;
    min-height: 25px;
}

#sub-bar {
    position: relative;
    float: left;
    background-color: #f7f7f7;
    height: 25px;
    width: 100%;
}

#sub-bar ul {
    margin: 5px 0 0 30px;
}

#sub-bar ul li {
    display: inline;
    margin-right: 20px;
}

#sub-bar ul li a {
    color: #737373;
    text-decoration: none;
}

#sub-bar ul li a:hover {
    color: #8B8A8A;
    text-decoration: underline;
}

#sub-bar ul li.selected a {
    text-decoration: underline;
}

#sub-sub-bar {
    position: relative;
    float: left;
    background-color: #dddddd;
    height: 25px;
    width: 100%;
}

#sub-sub-bar ul {
    margin: 5px 0 0 30px;
}

#sub-sub-bar ul li {
    display: inline;
    margin-right: 20px;
}

#sub-sub-bar ul li a {
    color: #737373;
    text-decoration: none;
}

#sub-sub-bar ul li a:hover {
    color: #8B8A8A;
    text-decoration: underline;
}

#sub-sub-bar ul li.selected a {
    text-decoration: underline;
}

#content {
    margin: 0 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.content_no_pad #content {
    margin: 0;
}

.content_no_pad #content > .system_message_box {
    margin-left: 10px;
    margin-right: 10px;
}

#footer {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#footer a {
    text-decoration: none;
}

.page-title {
    font-size: 14px;
    margin: 10px 0 10px 30px;
    display: none;
}

.floatl {
    float: left;
    margin-right: 20px;
}

.floatr {
    float: right;
    padding: 0 0 10px 10px;
}

.label {
    font-weight: bold;
    line-height: 25px;
    font-size: 13px;
}

label {
    font-weight: bold;
}

.field {
    float: left;
    width: 380px;
}

.field label:not(.field-ignore-label) {
    float: left;
    width: 150px;
    text-align: right;
    display: block;
    line-height: 25px;
    font-weight: bold;
    padding-right: 10px;
    padding: 0 4px;
}

.field label span {
    font-weight: normal;
}

.field div {
    float: left;
    line-height: 25px;
    width: 200px;
    padding: 0 4px;
}

.field div div {
    float: none;
    line-height: inherit;
    width: auto;
    padding: 0;
}

.field label.wide {
    width: 200px;
}


.field label.widefeat {
    width: 150px;
}

.wide_field {
    width: 782px;
}

.wide_field.match_fields {
    width: 712px;
}

.wide_field div {
    width: 610px;
}

.wide_field div div {
    width: auto;
}

.field .text {
    width: 170px;
}

.field .text:disabled {
    background: #e1e8ed;
}

.field .date {
    width: 70px;
}

.wide_field .text {
    width: 550px;
    overflow: hidden;
}

.wide_field ul.token-input-list {
    width: 547px !important;
}

.wide_field textarea.text {
    overflow: auto;
    height: 150px;
}

.wide_field iframe {
    overflow: auto;
    height: 150px;
    width: 550px;
}

.settings_box {
    width: 300px;
    float: left;
    margin-right: 10px;
}

.settings_box .boxed {
    padding: 10px 12px;
}

.settings_box .field {
    width: auto;
    float: none;
    margin-bottom: 6px;
}

.settings_box .field label {
    float: none;
    display: block;
    text-align: left;
    color: #4a8fcb;
    font-weight: bold;
    font-size: 12px;
    width: auto;
}

.settings_box .field div {
    width: 300px;
    float: none;
}

.settings_box .field .text, .settings_box .field input[type=text], .settings_box .field textarea, .settings_box .field select {
    width: 260px;
}

.settings_box .field textarea {
    height: 120px !important;
}

.full_edit {
    width: 98%;
    padding: 0;
}

.im_float {
    float: left;
    width: 280px;
}

.img_selector {
    height: 200px;
    width: 600px;
    overflow: auto;
}

.sec_head {
    float: left;
}

.pageinputs {
    background: #f1efef;
    padding-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #bfbfbf;
    border-top: none;
    position: relative;
}

.pageinputs .label {
    width: 75px;
    float: left;
    text-align: right;
    margin-right: 10px;
    line-height: 14px;
    padding-top: 3px;
}

.pageinputs .input {
    width: 220px;
    margin: 0;
}

.pageinputs .select {
    width: 220px;
    margin: 0;
}

.pageinputs .savebutton {
    float: right;
    margin-top: -115px;
}

.topspace {
    margin-top: 15px;
}

.nav_alone {
    margin-left: 10px;
}

.tooltip {
    all: initial;
    position: relative;
}

.tooltip.inside {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    display: block;
}

.tooltip.inside img {
    display: block;
}

.tooltip > span {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #ccc;
    color: #6d6f6f;
    text-decoration: none;
    font-size: 10px;
    min-width: 200px;
    line-height: 11px;
    font-weight: normal;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltip > span img {
    margin: 5px;
}

.tooltip:hover {
    background-color: transparent;
    z-index: 50;
}

.tooltip:hover > span {
    display: block;
    top: 0;
    left: 30px;
    z-index: 1000;
}

.tooltip.tbelow:hover > span {
    left: -110px;
    top: 10px;
}

.tooltip.ttop:hover > span {
    left: -310px;
    top: -370px;
}

.tooltip.middle:hover > span {
    left: -310px;
    top: 35px;
}

.tooltip.righty:hover > span {
    left: -210px;
}

.tooltip.righty2:hover > span {
    left: -630px;
}

.open_link {
    width: 100%;
    display: block;
}

.feats {
    padding: 10px;
}

.dbtree_left a {
    text-decoration: none;
}

.btn_link {
    text-decoration: none !important;
}

.hover_fade:hover {
    opacity: 0.68;
}

.infield {
    padding: 2px;
    padding-left: 5px;
    color: #ccc;
    font-style: italic;
}

.scroll_div {
    overflow: auto;
}

.minlist {
    margin-left: 0;
    padding-left: 0;
}

.tab {
    border: 1px solid #bfbfbf;
    border-top: none;
    padding: 5px;
}

.tab.grayed {
    border-color: #eee;
}

.horizontal_tabs {
    margin: 0;
    padding: 3px 0 0 0;
    list-style: none;
    height: 39px;
    border-bottom: 7px solid #4a8fcb;
}

.horizontal_tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizontal_tabs li {
    float: left;
    margin-right: 5px;
}

.horizontal_tabs a {
    line-height: 39px;
    height: 39px;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    background-color: #2e6390;
}

.horizontal_tabs.little_smaller a {
    font-size: 13px;
}

.horizontal_tabs a:hover, .horizontal_tabs .selected a {
    background-color: #4a8fcb;
}

.horizontal_tabs.smaller {
    height: 29px;
}

.horizontal_tabs.smaller a {
    font-size: 13px;
    padding: 0 10px;
    line-height: 29px;
    height: 29px;
}

.horizontal_tabs.greened {
    border-color: #73c053;
}

.horizontal_tabs.greened a {
    background-color: #286c36;
    color: #fff;
}

.horizontal_tabs.greened a:hover, .horizontal_tabs.greened .selected a {
    background-color: #73c053;
}

.greened a {
    color: #286c36;
}

.horizontal_tabs.grayed {
    border-color: #eee;
}

.horizontal_tabs.grayed a {
    background-color: #F7F7F7;
    color: #000;
}

.horizontal_tabs.grayed a:hover, .horizontal_tabs.grayed .selected a {
    background-color: #eee;
}

.horizontal_tabs.small_tabs {
    height: 25px;
    border-color: #373837;
}

.horizontal_tabs.small_tabs a {
    height: 25px;
    line-height: 25px;
    background-color: #595959;
    font-size: 13px;
}

.horizontal_tabs.small_tabs a:hover, .horizontal_tabs.small_tabs .selected a {
    background-color: #373837;
}

.simple_tabs {
    margin-bottom: 15px;
}

.simple_tabs > ul {
    display: block;
    height: 28px;
    border-bottom: 1px solid #dadbd6;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    list-style-type: none;
    list-style-image: none;
}

.simple_tabs > ul li {
    float: left;
    background-color: #f5f6f1;
    height: 27px;
    border: 1px solid #dadbd6;
    border-bottom: none;
    border-left: none;
}

.simple_tabs > ul li:first-child {
    border-left: 1px solid #dadbd6;
}

.simple_tabs > ul li.active {
    background-color: #fff;
    height: 28px;
}

.simple_tabs > ul li a {
    display: block;
    padding: 0 12px;
    line-height: 27px;
    text-decoration: none;
}

.simple_tabs > ul li a:hover {
    text-decoration: underline;
}

.sub_simple_tabs {
    border-bottom: 1px solid #dadbd6;
    padding: 5px 10px;
    line-height: 20px;
}

.sub_simple_tabs ul {
    display: block;
    height: 20px;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

.sub_simple_tabs ul li {
    float: left;
    height: 20px;
    border-right: 1px solid #dadbd6;
    padding: 0 10px;
    color: #808080;
}

.sub_simple_tabs ul li:first-child {
    border: none;
    padding-left: 0;
}

.sub_simple_tabs ul li a {
    text-decoration: none;
}

.sub_simple_tabs ul li a:hover {
    text-decoration: underline;
}

.sub_simple_tabs ul li.active a {
    color: #000;
}

.std_tabs.ui-tabs {
    padding: 0;
    background: none;
    border: none;
}

.std_tabs .ui-tabs-nav.ui-widget-header {
    background: none;
    border: none;
    border-bottom: 7px solid #2f74a9;
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
}

.std_tabs.ui-tabs .ui-tabs-nav li {
    top: 0;
    margin-bottom: 0;
    background: #0d3c5c;
    color: #fff;
    border: none;
    border-radius: 0;
}

.std_tabs.ui-tabs .ui-tabs-nav li a {
    color: #fff !important;
    padding: 13px 15px;
}

.std_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .std_tabs.ui-tabs .ui-tabs-nav li.ui-state-hover, .std_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background: #2f74a9;
}

.std_tabs.ui-tabs .ui-tabs-panel {
    border: 1px solid #c8c8c8;
    border-top: none;
    padding: 10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-left {
    margin-left: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-right {
    margin-right: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-bottom {
    margin-bottom: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-top {
    margin-top: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad {
    margin: -10px;
}

.border_less {
    border: none;
}

.thead {
    padding: 0 20px;
    /*background: #2e6390;*/
    background: #4a8fcb;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-family: 'Source Sans Pro';
    line-height: 39px;
}

.thead.lesspad {
    padding: 0 10px;
}

.thead.smaller {
    font-size: 14px;
    line-height: 25px;
}

.thead.alt {
    background: #003a5d;
}

.thead.alt2 {
    background: #0b69a1;
}

.thead a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.thead .fab,
.thead .fad,
.thead .fal,
.thead .far,
.thead .fas,
.thead .fa {
    font-size: 12px;
    color: white;
}

.boxed {
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-top: none;
    margin-bottom: 10px;
    padding: 16px 22px;
}

.boxed.nopad {
    padding: 0;
}

.boxed.lesspad {
    padding: 8px 11px;
}

.boxed.nohead {
    border-top: 1px solid #CCCCCC;
}

.ui-dialog-content .boxed {
    background-color: #fff;
}

.alt_box .thead {
    padding: 0 10px;
    line-height: 22px;
    font-size: 14px;
}

.boxin {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.boxin.reduced {
    padding: 0;
    border: 0;
}

.css_popup {
    position: fixed;
    border: solid #cccccc 1px;
    padding: 10px;
    background-color: #FFFFFF;
    text-align: justify;
    font-size: 12px;
}

.css_popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.css_popup .close a {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.lb_lightbox {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #eef2f7;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 0 2px 12px;
    -moz-box-shadow: rgba(0, 0, 0, .6) 0 2px 12px;
    padding: 10px;
    position: relative;
    display: none;
}

.lb_close {
    background: url("../img/lb_close.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 23px;
    line-height: 1000px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    text-align: center;
}

/*
 * imgAreaSelect style to be used with deprecated options
 */

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-border1 {
    border: solid 1px #000;
}

.imgareaselect-border2 {
    border: dashed 1px #fff;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.imgareaselect-selection {
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-dialog {
    overflow: visible !important;
}

.ui-dialog-content pre {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #d4d4d4;
}

.ui-dialog-content th {
    color: #000;
}

.ui-dialog-content tr.odd, .ui-dialog-content .odd {
    background-color: #E6F2FC;
}

.ui-dialog-content .inner_table tr.odd, .ui-dialog-content .inner_table tr.odd td, .ui-dialog-content .inner_table .odd {
    background-color: #eee;
}

.curved {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left_inner_box {
    background-color: #fbfbfb;
    color: #176ab6;
    padding: 10px;
    margin: 10px 0;
}

.left_inner_box ul, .left_inner_box li {
    margin: 0;
    list-style-type: none;
}

.left_inner_box li {
    margin-bottom: 6px;
}

.left_inner_box a, #content .left_inner_box a {
    color: #176ab6;
}

.left_inner_box h1, #content .left_inner_box h1 {
    color: #000000;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    font-size: 12px;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.left_inner_box h1 a, #content .left_inner_box h1 a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

fieldset {
    border: 1px solid #e4e4e4;
}

.divider {
    height: 3px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.striked, .striked * {
    text-decoration: line-through;
}

.std_sort_list {
    list-style-type: none;
}

.std_sort_list li {
    margin-bottom: 5px;
    line-height: 16px;
    vertical-align: middle;
    cursor: move;
    border: 1px solid #efefef;
    padding: 4px;
}

.std_sort_list li:hover {
    background: #efefef;
}

.std_sort_list li.has_handle {
    cursor: inherit;
}

.std_sort_list li.has_handle .handle {
    cursor: move;
}

.std_column_list {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.std_column_list li {
    float: left;
    box-sizing: border-box;
    padding: 2px;
}

.std_column_list.three li {
    width: 33%;
}

.std_column_list.two li {
    width: 50%;
}

.minlist {
    list-style-type: none;
}

.snote {
    font-style: italic;
    font-size: 11px;
}

.btn img {
    vertical-align: text-bottom;
}

.pager_page {
    /*border: 1px solid #CECECE;*/
    padding: 1px 4px;
    text-decoration: none;
}

.pager_page:hover, .pager_selected {
    background-color: #F1F5FE;
}

.pager_dots {
    padding: 4px;
}

.std_search {
    display: block;
    margin: 4px 0;
    background: url(../img/magnifier.png) center right no-repeat #fff;
    border: 1px solid #cecece;
    padding: 4px;
    width: 99%;
    font-size: 11px;
    color: #999999;
}

.small_note {
    font-size: 10px;
    font-style: italic;
}

.small_box {
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}


.boxsz {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simple_progress {
    height: 7px;
    display: block;
    width: 65px;
    border-radius: 10px;
    background-color: #ececec;
}

.simple_progress > span {
    display: block;
    height: 7px;
    background-color: #abe076;
    border-radius: 10px;
}

.simple_progress.taller, .simple_progress.taller > span {
    height: 14px;
}

.simple_progress.pblank {
    background-color: #fff;
    border: 1px solid #ccc;
}

.simple_progress.pblank > span {
    background-color: #fff;
}

.simple_progress.pwarn {
    background-color: #feffc9;
}

.simple_progress.pwarn > span {
    background-color: #fac306;
}

.simple_progress.pcritical {
    background-color: #ffcece;
}

.simple_progress.pcritical > span {
    background-color: #da0000;
}


.backend_table a {
    text-decoration: none;
}

.backend_table > tr:hover, .backend_table > tbody > tr:hover, .hoverme tr:hover, tr.hovered, tr.hovered > td, .hovered {
    background-color: #c1e4fb;
}

.backend_table.nohover > tr:hover, .backend_table.nohover > tbody > tr:hover {
    background-color: transparent !important;
}

.backend_table.nohover > tr.odd:hover, .backend_table.nohover > tbody > tr.odd:hover {
    background-color: #e6f2fc !important;
}

colgroup.hovered {
    background-color: #d6f8ff !important;
}

.backend_table, .backend_table td, .backend_table td *, .backend_table th {
    font-size: 11px;
    color: #2e6390;
}

.backend_table .fab, .backend_table td .fab, .backend_table td * .fab, .backend_table th .fab,
.backend_table .fad, .backend_table td .fad, .backend_table td * .fad, .backend_table th .fad,
.backend_table .fal, .backend_table td .fal, .backend_table td * .fal, .backend_table th .fal,
.backend_table .far, .backend_table td .far, .backend_table td * .far, .backend_table th .far,
.backend_table .fas, .backend_table td .fas, .backend_table td * .fas, .backend_table th .fas,
.backend_table .fa, .backend_table td .fa, .backend_table td * .fa, .backend_table th .fa {
    font-size: 16px;
    vertical-align: bottom;
}

.backend_table .luna-btn .fab,
.backend_table .luna-btn .fad,
.backend_table .luna-btn .fal,
.backend_table .luna-btn .far,
.backend_table .luna-btn .fas,
.backend_table .luna-btn .fa {
    font-size: 11px;
    vertical-align: middle;
}

.backend_table th {
    border: none;
}

.backend_table th {
    background: #4a8fcb;
    border: none;

    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

.backend_table th a {
    color: #fff;
}

.backend_table th a > * {
    color: #fff;
}

.backend_table th a.tooltip > span {
    color: #6D6F6F !important;
}

.backend_table .sub_note {
    color: #b0a9bb;
}

.item_active {
    color: #82c68c !important;
}

.item_inactive {
    color: #b0a9bb !important;
}

.boxed_link, a.boxed_link, .ui-widget-content a.boxed_link {
    border: 1px solid #E4E4E4;
    background-color: #fff;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    margin-bottom: 2px;
}

.boxed_link:hover, a.boxed_link:hover, .ui-widget-content a.boxed_link:hover {
    background-color: #efefef;
    text-decoration: none;
}

.clickable, .clickable *, .clickable [class^="icon-"]::before, .clickable [class*=" icon-"]::before {
    cursor: pointer !important;
}

.dash_icon {
    float: left;
    display: block;
    width: 100px;
    padding: 10px 0;
    height: 60px;
    text-align: center;
    margin: 10px;
    text-decoration: none;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dynamic_vars .boxed_link {
    width: 160px;
}

.fake-alert {
    background: #FFF;
    border: 1px solid #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .3);
    color: #333;
    font-size: 11px;
    padding: 6px;
    position: absolute;
    top: -99999px;
    left: -99999px;
    text-align: center;
    z-index: 1000;
}

.nopad {
    padding: 0;
}

.box_toggler {
    display: block;
}

body.w_sliver_nav {
    background: url(../img/bg_sliver_left.png) repeat-y top left;
}

body.w_sliver_nav.w_sliver_column {
    background: url(../img/bg_sliver_left_wcol2.png) repeat-y top left;
}
body.w_sliver_nav.collapsed {
    background: none;
}

body.w_sliver_nav.w_sliver_column.collapsed {
    background: none;
}



#wrap_sliver_nav {
    width: 100%;
    display: table;
    table-layout: fixed;
}

@media screen and (max-device-width: 749px) {
    body.w_sliver_nav {
        min-width: min-content;
    }

    #wrap_sliver_nav {
        width: unset !important;
    }

    #wrap_sliver_nav .sliver_nav {
        min-width: 95px;
    }
}

#wrap_sliver_nav .sliver {
    display: table-cell;
    vertical-align: top;
}

#wrap_sliver_nav .sliver_nav {
    width: 95px;
    background-color: #4a8fcb;
}

#wrap_sliver_nav .sliver_nav ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrap_sliver_nav .sliver_nav i, #wrap_sliver_nav .sliver_nav [class^="icon-"]:before, #wrap_sliver_nav .sliver_nav [class*=" icon-"]:before {
    display: block;
    font-size: 28px;
    cursor: pointer;
}

#wrap_sliver_nav .sliver_nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #1f5887;
}

#wrap_sliver_nav .sliver_nav a:hover, #wrap_sliver_nav .sliver_nav a.active {
    background: url(../img/bg_sliver_nav_selected.png) repeat-y top left #2e6390;
}

#wrap_sliver_nav .sliver_content {
    width: auto;
}

#wrap_sliver_nav .sliver_col2 {
    width: 208px;
}

#wrap_sliver_nav .sliver_col2 .inner_box {
    width: 207px;
}

#wrap_sliver_nav .sliver_col2 .box {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: #4a8fcb;
}

#wrap_sliver_nav .sliver_col2 .box input[type=text], #wrap_sliver_nav .sliver_col2 .box select {
    padding: 2px;
}

.sliver_col2_nav_list {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    margin-top: 20px;
}

.sliver_col2_nav_list.snug_top {
    margin-top: 0;
}

.sliver_col2_nav_list > li {
    border-bottom: 1px solid #d5ebff;
}

.sliver_col2_nav_list ul {
    margin-top: 0;
}

.sliver_col2_nav_list a {
    display: block;
    padding: 5px 10px;
    color: #4a8fcb;
    text-decoration: none;
}

.sliver_col2_nav_list a.button {
    margin-left: 10px;
    padding: 2px 10px;
    display: inline-block;
}

.sliver_col2_nav_list a:hover, .sliver_col2_nav_list a.active {
    background: #4a8fcb;
    color: #fff;
}

.sliver_col2_nav_list li li {
    list-style-type: none;
}

.sliver_col2_nav_list li li a {
    padding: 2px;
    padding-left: 20px;
}

.sliver_col2_nav_list li li a.button {
    margin-left: 20px;
}

.sliver_col2 .sliver_col2_nav_list li h2 {
    padding: 2px;
    padding-left: 20px;
    margin: 0;
}

#wrap_sliver_nav .sliver_col2 .tree ul {
    margin-left: 0;
    background-color: #e6f2fc;
}

#wrap_sliver_nav .sliver_col2 .tree li.active, #wrap_sliver_nav .sliver_col2 .tree li.open.active, #wrap_sliver_nav .sliver_col2 .tree li.last.active, #wrap_sliver_nav .sliver_col2 .tree li.closed.active {
    background-color: #4a8fcb;
    color: #fff;
}

#wrap_sliver_nav .tree li.open.active {
    background-image: url(../../js/jstree/themes/default/fminus_lt.gif);
}

#wrap_sliver_nav .tree li.closed.active {
    background-image: url(../../js/jstree/themes/default/fplus_lt.gif);
}

#wrap_sliver_nav .sliver_col2 .tree li.last {
    float: none;
}

#wrap_sliver_nav .sliver_col2 .tree li.active > a, #wrap_sliver_nav .sliver_col2 .tree li.active > a.clicked, #wrap_sliver_nav .sliver_col2 .tree li.active > a.clicked:hover, #wrap_sliver_nav .sliver_col2 .tree li.active > span.clicked {
    background: none no-repeat;
    background-position: 4px 1px;
    border: none;
    color: #fff;
    padding: 1px 4px 1px 23px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul {
    margin-left: -15px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul li {
    padding-left: 30px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul {
    margin-left: -30px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul li {
    padding-left: 45px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul ul {
    margin-left: -45px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul ul li {
    padding-left: 60px;
}

#wrap_sliver_nav .sliver_col2 .tree ul ul li {
    background-position: 22px 6px;
}

#wrap_sliver_nav .sliver_col2 .tree ul ul ul li {
    background-position: 38px 6px;
}

.sliver_col2 .action_link {
    display: block;
    line-height: 29px;
    color: #fff;
    background-color: #70bc5f;
    border: 1px solid #1e8749;
    border-left: none;
    border-right: none;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
}

#wrap_sliver_nav .sliver_col2 .action_link i {
    display: inline-block;
    width: 11px;
    height: 14px;
    font-size: 13px;
}

.sliver_col2 .action_link img, .sliver_col2 .action_link i {
    margin-right: 10px;
}

.sliver_col2 .action_link.smaller {
    font-size: 12px;
}

.sliver_col2 h1, .sliver_col2 h2, .sliver_col2 h3 {
    margin-bottom: 0;
    padding: 5px 10px;
    color: #1376C9;
}

.sliver_col2 h1 {
    font-size: 15px;
    color: #003a5d;
}

.sliver_col2 h2 {
    font-size: 12px;
    color: #003a5d;
}

.sliver_col2 h2 a {
    color: #003a5d;
    text-decoration: none;
}

.sliver_col2 h1 {
    font-size: 15px;
}

.sliver_col2 hr {
    background: none;
    height: 1px;
    border: none;
    border-bottom: 1px solid #d9ecfc;
    width: 206px;
}

.sliver_col2 p {
    padding: 5px 10px;
}

.sliver_col2 h3 {
    font-size: 13px;
    margin: 0;
}

.ui-dialog {
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.ui-dialog-titlebar {
    background: none !important;
    background-color: #4a8fcb !important;
    border: none !important;
    color: #fff !important;
}

.ui-dialog-titlebar .ui-icon {
    background-image: url("../../js/jquery-ui-1.11.3/images/ui-icons_ffffff_256x240.png") !important;
}

.ui-dialog-titlebar .ui-state-hover {
    border-color: #fff !important;
    border-radius: 0 !important;
}

.ui-dialog-titlebar .ui-state-hover .ui-icon {
    background-color: transparent !important;
    background-image: url("../../js/jquery-ui/images/ui-icons_fdfdfd_256x240.png") !important;
}

.ui-dialog-titlebar .ui-state-hover {
    background: none !important;
}

.ui-dialog-titlebar.ui-corner-all, .ui-dialog-titlebar .ui-corner-all {
    border-radius: 0 !important;
}

.header_bar {
    background: #2e6390;
    color: #fff;
    font-size: 14px;
    padding: 0 13px;
    line-height: 40px;
    font-family: 'Source Sans Pro', Arial;
    font-weight: bold;
}

@media (max-device-width: 749px) {
    .header_bar {
        display: flex;
    }
}

.header_bar .left .soft {
    font-weight: normal;
}

.header_bar, .header_bar a {
    color: #fff !important;
    text-decoration: none;
}

.header_bar a:hover {
    color: #99cdf9 !important;
}

.header_bar a.notice {
    padding: 3px 6px;
}

.header_bar a.selected {
    color: #fff6a2;
}

.header_bar img {
    margin-left: 5px;
}

.header_bar input {
    vertical-align: middle;
}

.header_bar input[type=text], .header_bar select {
    color: #2e6390;
    background-color: #e6f2fc;
    border: none;
    vertical-align: middle;
}

.header_bar .jQueryDate {
    width: 8em;
}

.ui-multiselect-menu .ui-widget-header a {
    color: #000;
}

.header_bar select {
    padding-top: 3px;
    padding-bottom: 3px;
}

.header_bar .ui-state-default {
    color: #fff !important;
    background: #4a8fcb !important;
    border: none !important;
}

.header_bar > .right i {
    color: #99cdf9;
}

.header_bar > .left, .header_bar > .right {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #184163;
    background: #2e6390;
    white-space: nowrap;
}

.header_bar > .right {
    float: right;
    font-weight: normal;
}

.header_bar > .right, .header_bar > .right a {
    color: #99cdf9;
}

.header_bar > .right a:hover, .header_bar > .right a:hover i {
    color: #fff;
}

.header_bar > .right .selected {
    color: #fff;
}

.header_bar .pager_page {
    border: none;
    color: #99CDF9;
    padding: 1px 4px;
}

.header_bar .pager_page:hover, .header_bar .pager_selected, .header_bar > .right a.pager_selected {
    background: none;
    color: #fff;
}

.header_bar .highlighted {
    color: #000;
    border-radius: 3px;
    padding: 2px 4px;
}

.header_bar .highlighted:hover {
    color: #888;
}

.header_bar .head_bar_toggler_item {
    position: absolute;
    left: 0;
    top: 40px;
    background: #2e6390;
    color: #fff;
    padding: 10px;
    padding-top: 0;
}

.footer_bar {
    padding: 10px 30px;
    padding-bottom: 50px;
}

.footer_bar, .footer_bar a {
    color: #000;
}

.header_bar_sub {
    padding: 10px 30px;
    background: #fff;
}

.header_bar_sub .segment {
    float: left;
    margin-right: 13px;
}

.header_bar_sub .segment .field_slice {
    margin: 0;
    margin-bottom: 10px;
}

.header_bar_sub .segment .field_slice input[type=text], .header_bar_sub .segment .field_slice select {
    width: 220px;
    box-sizing: border-box;
}

.segment_box {
    width: 620px;
    background-color: #e7e8e8;
}

.segment_box > h2 {
    margin: 0;
    padding: 10px 8px;
    background: #4a4949;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.segment_box .inner {
    padding: 12px 16px;
}

.segment_box .btn_link {
    color: #4a4949;
    font-weight: bold;
    font-size: 12px;
}

.segment_box > h2 a {
    color: #fff !important;
}

.segment_box input[type=text], .segment_box select {
    margin-right: 5px;
}

.segment_box .search_condition {
    padding-bottom: 5px;
}

.toggler_head {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.toggler_body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.file_table a {
    text-decoration: none;
}

.std_img {
    width: 48px;
    height: 38px;
    text-align: center;
    border: 1px solid #b9c1c8;
    background: #fff;
    margin-left: 5px;
    position: relative;
}

.std_img > img {
    max-width: 48px;
    max-height: 38px;
    vertical-align: middle;
}

.std_img.none {
    background: #d9dadb url(..//img/icons/ico-assets-imgnone.png) no-repeat center center;
}

.std_img .hovery {
    border: 1px solid #b9c1c8;
    background: #fff;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.nodata {
    color: #9f9f9f !important;
}

.sidepanel {
    position: fixed;
    height: 100%;
    height: 100vh;
    width: 200px;
    top: 0;
    z-index: 10;
    background: #e5f2fc;
}

.sidepanel .contents {
    width: 100%;
    height: 100%;
}

.sidepanel .opener {
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    top: 50vh;
    margin-top: -25px;
    background: #2e6390;
    color: #fff;
    font-size: 25px;
}

.sidepanel .opener, .sidepanel .opener *, .sidepanel .opener [class^="icon-"]:before, .sidepanel .opener [class*=" icon-"]:before {
    cursor: pointer !important;
}

.sidepanel.right, .sidepanel.right .opener {
    transition: right 0.2s;
}

.sidepanel.right {
    right: 0;
    border-left: 1px solid #97ccfb;
}

.sidepanel.right.closed {
    right: -200px;
}

.sidepanel.right .opener {
    right: 201px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sidepanel.right.closed .opener {
    right: 1px;
}

.sidepanel.right.open .opener .right_arrow {
    display: inline-block;
}

.sidepanel.right.open .opener .left_arrow {
    display: none;
}

.sidepanel.right.closed .opener .right_arrow {
    display: none;
}

.sidepanel.right.closed .opener .left_arrow {
    display: inline-block;
}

@media (max-width: 800px) {
    .stack-lg {
        float: none !important;
        display: block !important;
        width: auto !important;
    }
}

@media (max-width: 500px) {
    .stack-md {
        float: none !important;
        display: block !important;
        width: auto !important;
    }
}


/*
	Copied from global.css so that widgets have a default color within admin side
*/
.primary_color {
    background-color: #7a7b7e !important;
    color: #fff !important;
}

.primary_color a {
    color: inherit !important;
}

.primary_color_foreground {
    color: #7a7b7e !important;
}

.secondary_color {
    background-color: #393939 !important;
    color: #fff !important;
}


.radio-group-wrapper {
    display: block;
}

.radio-group-wrapper .radio-container {
    display: inline-block;
    text-align: left;
    width: auto;
}


/* Overrides for the bootstrap.css file*/

*, ::after, ::before {
    box-sizing: initial;
}

button, input, optgroup, select, textarea {
    line-height: normal;
}

.tooltip {
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.form-control {
    /*width: 95% !important;*/
    background-color: #e6f2fc !important;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: white !important;
    background-image: none !important;
    color: #184163 !important;
}

/*
New Settings Layout
*/
.boxed.setting {
    padding: 15px 10px;
}

.settings-container * {
    box-sizing: border-box;
}

.settings-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.settings-container .row {
    margin: 0;
}

.settings-container .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 400px;
}

.settings-container .boxed {
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-top: none;
    margin-bottom: 10px;
    padding: 12px 16px;
}

.settings-container .boxed.no-title {
    border-top: 1px solid #bfbfbf;
}

.settings-container .border-box {
    width: 100%;
    border: 1px solid #ccc;
    height: auto;
    padding: 10px;
    margin-bottom: .5rem;
}

.settings-container a.tooltip {
    position: relative;
    top: -3px;
}

.settings-container label {
    margin: 0 !important;
}

.settings-container select,
.settings-container input[type="text"],
.settings-container input[type="number"] {
    width: calc(100% - 25px);
}

.settings-container .border-box-no input[type="text"],
.settings-container .border-box-no input[type="number"],
.settings-container .border-box-no select {
    width: 100%;
}

.settings-container .border-box-no textarea {
    width: 100%;
    min-height: 95px;
}

.settings-container .inline-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.settings-container .inner-group {
    position: relative;
    display: block;
}

.settings-container .inner-group::before {
    content: '';
    width: 50%;
    height: 22px;
    position: absolute;
    top: -22px;
    left: -1px;
    z-index: 1;
    border: none;
    border-bottom: none;
    background: #4a8fcb;
}

.settings-container .inline-row.has-sub.enabled label {
    position: relative;
    z-index: 10;
    color: #fff;
    top: 2px;
}

.settings-container .inline-row.has-sub.enabled {
    padding-left: 10px;
}

.settings-container .inline-row::after {
    content: '';
    display: table;
    clear: both;
}

.settings-container .inline-row .col-label {
    display: block;
    width: 65%;
    float: left;
    text-align: left;
}

.settings-container .inline-row .col-field {
    display: block;
    width: 35%;
    float: left;
    text-align: right;
}

.settings-container .inline-row.override .col-label {
    display: block;
    width: 90%;
    float: left;
}

.settings-container .inline-row.override .col-field {
    display: block;
    width: 10%;
    float: left;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .settings-container .inline-row .col-field {
        width: 98px;
    }

    .settings-container .inline-row .col-label {
        width: calc(100% - 98px);
    }
}

i.green_arrow {
    color: #a4d319;
    position: relative;
    left: 0.50rem;
    font-size: 0.9rem !important;
}

.luna_group {
    border-radius: 3px;
    border: 1px solid #ced4da;
    background: #e6f2fc;
    color: #373837;
    width: auto;
}

.luna_group_prepend {
    border: none;
    border-right: 1px solid #ced4da;
}

.luna_group_option {
    top: 0.4rem;
    position: relative;
    left: 0.25rem;
}

.admin-user-login-icon {
    vertical-align: top !important;;
}

.admin-user-login-icon .fa-user {
    font-size: 1.5rem;
    color: #2e6390;
}

.admin-user-login-icon .fa-arrow-right {
    color: #669eec;
    position: relative;
    left: 0.45rem;
    bottom: 0.5rem;
    font-size: 1.2rem;
}

.fa_tooltip {
    color: #575757;
}

.fa.bulb_on {
    color: #ffc000;
}

.bulb_off, .bulb_on {
    max-width: 16px;
    max-height: 16px;
}

.chevron {
    transform: rotate(90deg);
    display: inline-block;
    color: #575757;
    text-decoration: none;
}

#cb4_edit_div {
    min-height: 360px;
    padding: 23px;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

#cb4_edit_div div {
    width: max-content;
    margin: auto;
    vertical-align: middle;
}

.mh_400 {
    max-height: 400px;
    overflow-y: auto;
}

#contact_table tbody .fas.fa-fire {
    color: #f49426 !important;
}

#contentarea button.slick-arrow, #contentarea ul.slick-dots {
    display: none !important;
}

.debug_dump_pre {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}
