/**
 * ScopServ Blue Theme
 */

html {
  height: 100%;
}
body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  background: #fff;
}
div,
span,
td {
  font-family: "Segoe UI", Tahoma, sans-serif;
}
a,
a.fixed {
  color: #339;
}
a.widget {
  color: #000;
  font-size: 10px;
}

/* Menu styles */
#menu {
  color: #fff;
  background: #043761;
  background-image: linear-gradient(to top, #043761 0%, #0a1e3d 100%);
  border-bottom: 1px solid #1e5c99;
  min-height: 52px;
}
#nomenu {
  min-height: 52px;
}
#menu h1 {
  color: #fff;
}
#menu ul {
  padding: 1px;
}
#menu a {
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 12px;
  color: #fff;
  border: none;
  padding: 7px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#menu a.current,
#menu a.current:focus {
  background: #2d89ef;
  border: 1px solid #2d89ef;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 6px;
}
#menu a:hover {
  background: #357ebd;
  border: 1px solid #3071a9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 6px;
}

/* Sidebar styles */
body.sidebar,
#sidebarPanel {
  background: #222;
}
#sidebarPanel {
  padding-top: 0px;
}
body.sidebar,
#sidebarPanel,
#sidebarPanel span,
#sidebarPanel a {
  color: #fff;
  font-size: 13px;
}

#sidebarPanel span.toggle,
#sidebarPanel a {
  font-family: "Segoe UI", Tahoma, sans-serif;
  padding-left: 1px;
  padding-bottom: 2px;
}
#sidebarPanel .treeRow {
  width: 100%;
  text-decoration: none;
}
#sidebarPanel .treeLevel0,
#sidebarPanel .treeLevel1,
#sidebarPanel .treeLevel2,
#sidebarPanel .treeLevel3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 7px 0 7px 5px;
  background: #2d89ef;
}
#sidebarPanel .treeLevel1 {
  background: #2776cd;
  padding: 7px 0 7px 15px;
}
#sidebarPanel .treeLevel2 {
  background: #2268b6;
  padding: 7px 0 7px 25px;
}
#sidebarPanel .treeLevel3 {
  background: #1d5899;
  padding: 7px 0 7px 35px;
}
#sidebarPanel .loginUser {
  font-size: 12px;
  padding: 7px 0 7px 7px;
}
#sidebarPanel a:hover,
#sidebarPanel span.toggle:hover {
  font-weight: bold;
  color: #fff;
}
[id^="nodeToggle"] {
  display: inline-block;
  width: 16px;
  text-align: center;
  padding: 0;
}
#expandedSidebar #menu img {
  padding-top: 1px;
  padding-left: 2px;
}
#expandButton {
  display: none;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 0 10px;
}
#hiddenSidebar img {
  padding: 4px 1px;
}

/* Tab styles */
.tabset {
  background: #fff;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #043761;
}
.tabset li {
  margin-left: 1px;
}
.tabset li a,
.tabset li a:hover {
  background: #a7a9aa;
  border: 1px solid #a7a9aa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 15px;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: none;
}
.tabset li.activeTab a {
  background: #2d89ef;
  border-color: #2d89ef;
}
.tabset li a:hover,
.tabset li.activeTab a:hover {
  background: #357ebd;
  border-color: #3071a9;
}

/* Notification styles */
.notice,
.tooltip,
.mimeStatusWarning {
  border-radius: 0;
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  background-color: #fffee1;
  border: 1px solid #f5c056;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 12px;
  padding: 8px 10px;
  color: #222;
}
.mimeStatusWarning {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  width: auto;
}

/* Header styles */
.header {
  background: #2d89ef;
  border-bottom: 1px solid #043761;
  font-size: 15px;
  color: #fff;
  padding: 6px;
}
.headerbox {
  border-color: #000;
}
.headerbox .header {
  margin-left: -1px;
  margin-right: -1px;
  border-left: none;
  border-right: none;
}
a.header:hover,
a.menuitem:hover {
  width: 250px;
  color: #efefef;
  text-decoration: none;
}
a.header,
a.menuitem {
  color: #fff;
  border-bottom: none;
  background: transparent;
}

.smallheader {
  color: #fff;
  background: transparent;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.header a,
a.smallheader,
.smallheader a {
  color: #fff;
}
header a:hover,
a.smallheader:hover,
.smallheader a:hover {
  color: #efefef;
  text-decoration: none;
}

/* Button styles */
.button,
.button:focus {
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #fff;
  font-size: 14px;

  background: #2d89ef;
  border: 1px solid #2d89ef;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 2px 10px;
}
.button:hover {
  background: #357ebd;
  border-color: #3071a9;
}

.header .button {
  color: #444;
  text-shadow: 0 1px 0 #fff;

  background: rgb(238, 238, 238);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(238, 238, 238, 1)),
    color-stop(100%, rgba(204, 204, 204, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(238, 238, 238, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
.header .button:hover {
  color: #000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.95);
}

/* List styles */
.item {
  color: #000;
  text-shadow: none;
  padding: 3px 4px;
}
.selected {
  background: #ddd;
  color: #000;
}
.selected a {
  color: #000;
}
.item .selected {
  border-bottom: 1px solid #1e5c99;
}
.selected .widget {
  color: #000;
  padding-right: 4px;
}
.rowEven,
.item0 {
  background: #eee;
}
.rowOdd,
.item1 {
  background: #ddd;
}
.item td,
.item0 td,
.item1 td,
.item-hi td,
.item0-hi td,
.item1-hi td,
.rowOdd td,
.rowEven td {
  padding: 3px 4px;
}
.item0-hi {
  background: #c8daef;
}
.item1-hi {
  background: #a0c6ef;
}
.item .button,
.item0 .button,
.item1 .button,
.item0-hi .button,
.item1-hi .button,
.rowOdd .button,
.rowEven .button {
  font-size: 12px;
  padding: 1px 10px;
}

.control {
  background: #eee;
  border-bottom: 0;
  color: #222;
  text-shadow: none;
  padding: 5px;
}
.control,
.control td,
.control input,
.control select,
.control option {
  font-size: 13px;
}
.control .widget {
  color: #222;
}
.control .control {
  background: transparent;
}
.box {
  border: 1px solid #999;
  padding: 5px;
}

/* Form styles */
input {
  font-family: "Segoe UI", Tahoma, sans-serif;
  border: 1px solid #666;
}
textarea {
  color: #333;
  border: 1px solid #666;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-size: 12px;
}
input:focus,
textarea:focus {
  border: 1px solid #000;
}
select,
option {
  color: #333;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

/* Preferences overview. */
.prefsOverview h2 {
  font-size: 14px;
  font-weight: bold;
}
.prefsOverview dt a {
  background: #2d89ef;
  border-bottom: 1px solid #000;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 1px 0 #444;
  padding: 6px;
}

.prefsOverview dd {
  background-color: #e3eaf2;
  font-size: 13px;
  padding: 4px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.prefsOverview dt a:hover {
  color: #efefef;
}

/* Login Page */
body.login {
  height: 100%;
  background: #043761;
  background-image: linear-gradient(to top, #043761 0%, #0a1e3d 100%);
}

#login_content {
  font-family: "Segoe UI", Tahoma, sans-serif;
  position: absolute;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  margin-top: 30px;
  text-align: center;
  visibility: visible;
}

#login_top img {
  padding-bottom: 30px;
}

#login_content h1 {
  display: none;
  color: #fff;
  font-size: 22px;
  padding-bottom: 10px;
}

#login_form {
  display: block;
  position: relative;
  width: 338px;
  left: 50%;
  margin-left: -187px;

  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #fafafa, #efefef);
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 18px 20px;

  color: #fff;
  font-size: 16px;
}

.login_form_field {
  width: 100%;
  height: 40px;
}

.login_form_field label {
  float: left;
  width: 18px;
  padding: 9px 10px;
  background: #2d89ef none repeat scroll 0 0;
  border: 1px solid #2d89ef;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}

.login_form_field input,
.login_form_field select {
  float: left;
  width: 280px;
  height: 24px;
  font-size: 17px;
}
.login_form_field input {
  padding: 5px 8px;
}
.login_form_field select {
  width: 298px;
  padding: 4px 5px;
  height: 36px;
}
#login_form .tooltip {
  border-radius: 4px;
  background-color: #fffee1;
  border: 1px solid #f5c056;
  margin-bottom: 7px;
}

#login_form .button {
  margin-top: 5px;
  width: 100%;
  font-size: 18px;
  padding: 7px;
}

#login_copyright {
  color: #fff;
  position: relative;
  top: 15px;
  font-size: 15px;
}
#login_copyright a {
  color: #fff;
  text-decoration: underline;
}
