﻿/* DEFAULTS
----------------------------------------------------------*/
a {
  color: #0a3782;
  text-decoration: none;
}
a:hover {
  text-shadow: 1px 1px 0px #fff;
  text-decoration: none;
  color: #bd5a35;
}
a:active {
  color: #bd5a35;
}
i.fa {
  display: inline-block;
  color: #0e3d8c;
  font-size: 16px;
}
i.fa.small {
  font-size: inherit;
}
i.fa[onclick] {
  cursor: pointer;
}
i.fa.check-ok {
  color: #46b75d;
}
i.fa.check-fault {
  color: #ff0000;
}
i.fa.size-normal {
  font-size: 12px;
}
.pointer {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  background: #e6edf2;
  padding: 9px 0px 9px 10px;
  margin: 0.5em 0;
  font-size: 17.5px;
  color: #282828;
  border: 1px solid #bbb;
}
h3 {
  padding: 6px 0px 6px 10px;
  font-size: 14px;
}
h4 {
  padding: 3px 0px 3px 10px;
  font-size: 12px;
}
img {
  border: 0;
}
hr {
  border: 0;
  height: 3px;
  background: #bbb;
}
.bold {
  font-weight: bold;
}
.box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
}
/* MISC  
----------------------------------------------------------*/
.attachement-overlay {
  position: absolute;
  display: none;
  background-color: #000000;
  right: 5px;
  left: 5px;
  top: 0px;
  bottom: 0px;
  opacity: 0.3;
  padding: 5px;
  z-index: 200;
}
.attachement-overlay .attachement-overlay-content {
  border: 7px dashed white;
  padding-top: 150px;
  text-align: center;
  height: 100%;
  font-size: 40px;
  color: white;
}
label {
  display: inline;
  font-weight: bold;
}
.large-bold {
  font-weight: bold;
  font-size: 14px;
}
.no-border {
  border: none !important;
}
.no-background {
  background: none !important;
  background-color: initial;
}
.empty-result {
  text-align: center;
  font-size: 14px;
  margin: 10px 0px;
}
/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}
select.input-validation-error + div.textboxspan,
select.input-validation-error + div.chosen-container ul {
  border-color: #b94a48;
}
.message-error {
  clear: both;
  color: #b94a48;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.error {
  color: #b94a48;
}
.dialog {
  display: none;
}
.confirmation-dialog {
  max-width: 500px;
}
.tooltip-button {
  cursor: pointer;
}
.tooltip-content {
  display: none;
}
.qtip-titlebar:hover {
  cursor: pointer;
}
.qtip-titlebar:active {
  cursor: move;
}
.qtip-bootstrap .qtip-titlebar {
  padding: 10px;
}
.qtip-default .qtip-titlebar .qtip-close:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #bbb;
}
.qtip-bootstrap {
  position: fixed;
  color: #333;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
}
.qtip-color-concept-note {
  color: #e4b03b;
  font-size: 12px;
}
.qtip-color-core-projects {
  color: #24634e;
  font-size: 12px;
}
.qtip-color-small-projects {
  color: #3c7b80;
  font-size: 12px;
}
.qtip-color-platforms {
  color: #ac2205;
  font-size: 12px;
}
.qtip-color-strategy-governance {
  color: #089aaf;
  font-size: 12px;
}
.alert {
  color: #c09853;
  background-color: #fcf8e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
.input-validation-error,
input[type="checkbox"].input-validation-error + input[type="hidden"].input-validation-error + label {
  border: 1px solid #b94a48 !important;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 10px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 3px;
  border-bottom: 1px solid #CFD1D2;
}
.validation-summary-valid {
  display: none;
}
.info-summary {
  color: #46b75d;
  background-color: #d3e9bc;
  text-align: center;
  border-color: #46b75d;
  padding: 10px;
  margin: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.info-summary-warn {
  color: #8e7410;
  background-color: #ffe78a;
  text-align: center;
  border-color: #8e7410;
  padding: 10px;
  margin: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.bottom-empty-space {
  height: 50px;
}
/* Color Status
----------------------------------------------------------*/
.color-status {
  display: inline;
  padding: 0 10px;
  line-height: 10px;
  margin-right: 5px;
  background-color: #bbb;
  border: 1px solid white;
}
.color-status.small {
  padding: 0 2px;
}
.color-1 {
  background-color: #6087c5;
}
.color-2 {
  background-color: #bdd63c;
}
.color-3 {
  background-color: #fcba62;
}
.color-4 {
  background-color: #f2655d;
}
.seperator-blue {
  color: #6087c5;
}
.hideControl {
  display: block !important;
  width: 0;
  height: 0;
  position: absolute;
  -moz-transform: scale(0);
  margin-top: 5px;
  margin-left: 5px;
}
.hideControl:focus {
  outline: 0;
}
.buorg {
  position: absolute;
  position: fixed;
  z-index: 111111;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #A29330;
  background-color: #FDF2AB !important;
  text-align: left;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}
.buorg div {
  padding: 5px 36px 5px 40px;
}
.buorg a,
.buorg a:visited {
  color: #E25600;
  text-decoration: underline;
}
#buorgclose {
  position: absolute;
  right: 6px;
  top: -2px;
  height: 20px;
  width: 12px;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
}
#browsermessage {
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
  text-align: center;
  border: 2px solid red;
  background-color: #FDF2AB;
  padding: 40px;
  font-size: 22px;
  line-height: 170%;
}
.passwordBox {
  margin-top: 150px;
  width: 430px;
}
.collabsablDiv h3 a {
  background-position: 15px 7px;
}
.collabsablDiv h3.open a {
  background-position: 13px -30px !important;
}
.collabsablDiv h3:hover {
  background: #c9dbed !important;
}
.collabsablDiv h3.open:hover {
  background: #c9dbed !important;
}
.collabsablDiv h3.open {
  background: #e6edf2 !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.padding-top-16 {
  padding-top: 16px;
}
.ul-style-none {
  list-style-type: none;
}
.table-column-min-width {
  min-width: 140px;
}
.fixed-header-table-form input {
  width: inherit;
}
.fixed-header-table-form .small-column {
  min-width: 100px;
}
.fixed-header-table-form .mid-column {
  min-width: 200px;
}