/* Import - MUST must be at the top of the document otherwise it wont work
-------------------------------------------------------------------------------- */
@import "/templates/back/css/hawtness.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/all.min.css";

@font-face {
  font-family: 'Pepsi';
  font-style: normal;
  font-weight: normal;
  src: url('/templates/back/fonts/Pepsi.woff2') format('woff2'),
    url('/templates/back/fonts/Pepsi.woff') format('woff');
  font-display: swap;
}

/* Variables
-------------------------------------------------------------------------------- */
:root {
  --default-color: #345;
  --default-color-hover: #234;

  --primary-color: #2e87c1;
  --primary-color-hover: #256c9a;

  --secondary-color: #cd333e;
  --secondary-color-hover: #900;

  --accent-color: #d2e8ff;
  --accent-color-hover: #c7dcf2;
}

/* Basics
-------------------------------------------------------------------------------- */
* {
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  min-height: 101%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

p {
  margin: 0px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color-hover);
  text-decoration: underline;
}

a.red {
  color: red;
}

a.underlined,
a.underlined:link,
a.underlined:visited {
  text-decoration: underline;
}

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

.text-shadow-dark {
  text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
}

.text-shadow-light {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

/* Alert Bar
-------------------------------------------------------------------------------- */
.fission-alert {
  padding: 5px 15px;
  background-color: gold;
}

/* Header
-------------------------------------------------------------------------------- */
.cms-header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 50px;
  font-size: 15px;
  color: #fff;
  background-color: var(--default-color);
  /* background-image: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); */
}

.cms-header * {
  /* ensure header items behave correctly */
  box-sizing: border-box;
}

.cms-header a {
  color: inherit;
  text-decoration: none;
}

/*
------------------
Header Left
------------------
*/
.cms-header-left {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.cms-header-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 15px 13px 15px;
  font-family: 'Pepsi', sans-serif;
  font-style: italic;
  text-align: center;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.cms-header-left a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.cms-header-left img {
  max-height: 60px;
}

/*
------------------
Header Right
------------------
*/
.cms-header-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.cms-header-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.cms-header-right a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* mobile */
@media (max-width: 768px) {
  .cms-header-company {
    display: none !important;
  }
}

.cms-header-company i {
  margin-left: 10px;
}

.menu-toggle {
  display: none;
  color: inherit;
  text-shadow: none;
  background-color: var(--primary-color);
  background-image: none;
  border-color: var(--primary-color);
  border-radius: 0;
  box-shadow: none;
}

.menu-toggle:hover {
  color: inherit;
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

.menu-toggle.open .fa::before {
  content: "\f00d";
}


/*
------------------
Menu
------------------
*/

.cms-menu {
  position: relative;
  font-size: 15px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.05));
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.cms-admin-tools {
  position: relative;
  font-size: 15px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.05));
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .cms-menu {
    display: none;
  }
}

/*
------------------
Social Media Tools
------------------
*/

#smi {
  position: relative;
  float: right;
  margin-bottom: -25px;
}

#smi a {
  display: block;
  padding: 5px 15px;
}

#top_bar {
  height: 40px;
  vertical-align: middle;
  background-color: #3366CC;
}

#top_bar_caption {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  color: #FFFFFF;
  vertical-align: middle;
}

#top_bar_right {
  padding-right: 20px;
  padding-left: 10px;
  text-align: right;
  vertical-align: middle;
}

a.top-bar,
a.top-bar:link,
a.top-bar:visited {
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: underline;
}

a.top-bar:hover {
  font-family: arial;
  font-size: 11px;
  color: #00CCFF;
  text-decoration: none;
}

#main_body {
  padding: 15px 6px 35px 4px;
}

#main_body:has(#app-media-manager) {
  padding: 0;
}

.page-caption {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;

}

.page-caption a {
  color: #000;
}

.page-caption a,
.page-caption a:hover,
.page-caption a:visited,
.page-caption a:active {
  text-decoration: underline;
}


#menu_bar {
  /*position:absolute;
    left:0px;
    top:31px;*/
  width: 97%;
  height: 21px;
  padding-top: 2px;
  padding-left: 15px;
  background: transparent url('/templates/back/images/menubar_left.gif') no-repeat top left;
}

#menu_bar a {
  text-decoration: none;
}

div.clear {
  clear: both;
}

div.dash-icon-container {
  width: 400px;
  /*height:250px;*/
  overflow: hidden;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

div.dash-icon-container div.icon {
  float: left;
  padding: 18px;
  text-align: center;
}

div.dash-icon-container div.icon a {
  color: #000;
  text-decoration: none;
}

td.dash-tab-container {
  padding: 0px 10px 0px 10px;
}

iframe.imagemanager-frame {
  border: 1px solid #000000;
}

iframe.filemanager-frame {
  border: 1px solid #000000;
}

.usys-exception-new-rule {
  margin: 0px;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #CCCCCC;
}

.usys-exception-new-rule legend {
  font-weight: bold;
}

div#pf_action_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

div#getsupport a {
  position: absolute;
  top: -6px;
  right: 32px;
  display: block;
  width: 300px;
  height: 200px;
  text-indent: -2000px;
  background: url(/fission/images/button-submit-help.png) no-repeat;
}

.claro #menu_bar .dijitMenuBar {
  float: left;

  background-color: transparent;
  background-image: none;
  border: 0;
}

.claro #menubar .dijitMenuItem,
.claro #menubar .dijitMenuItemFocused {
  padding: 4px 10px;
}

.claro #menubar .dijitMenuItemHover,
.claro #menubar .dijitMenuItemActive {
  padding: 3px 9px;
}

/** fix the arrow */
.claro .dijitMenuExpand {
  margin-top: 6px;
}

dl.simple-kvp {
  margin-bottom: 8px;
  overflow: hidden;
  clear: both;
}

dl.simple-kvp dt,
dl.simple-kvp dd {
  padding: 4px;
}

dl.simple-kvp dt {
  float: left;
  width: 120px;
  font-weight: bold;
}

.CodeMirror-scroll {
  height: auto !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.CodeMirror-GoFullscreen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0px solid #BBBBBB;
  opacity: 1;
}

#version_info {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #999;
  text-align: center;
}

body.dashboard-ui #version_info {
  padding-bottom: 20px;
}