@import url(../../../lib/dojox/layout/resources/FloatingPane.css);


.onxF, .onxD {
  color: black;
  background-color: #494949;
  /*
   border-width: 1px;
   border-style: solid;
   background-image: url('img/phoenix.png');
   background-repeat: no-repeat;
   */
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  position: absolute;
  width: inherit;
  margin: 0;
  color: black;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
}

.menu, header {
  background: none no-repeat scroll 0 0 #402500;
  color: white;
}

.stat, footer {
  background: none no-repeat scroll 0 0 #402500;
  color: #E17C00;
}

#phoenix {
  color: #FFFFFF !important;
  background-color: #E17C00;
  border: 2px solid #A1A1A1;
  border-radius: 10px;
  font-size: 12pt;
}

#name {
  font-size: 20pt;
}

#logo {
  font-size: 16pt;
  vertical-align: middle;
}

#phoenixGallery {
  margin: 5px;
  float: right;
  width: 100px;
  z-index: 2;
  /*border:1px solid blue;*/
}

#RLLogo {
  margin: 5px;
  width: 45%;
  height: 50px;
  float: left;
  background-image: url("../../shared/img/svg/RLLogoWithWords.svg");
  background-repeat: no-repeat;
  background-color: white;
}

#ORPLogo {
  margin: 5px;
  width: 45%;
  height: 50px;
  float: right;
  background-image: url("../../shared/img/svg/ORPLogoWithWords.svg");
  background-repeat: no-repeat;
  background-color: white;
}

#doe {
  margin: auto;
  width: 382px;
  height: 40px;
  padding: 0px;
}

#rlDOE {
  margin: 0px;
  width: 185px;
  height: 36px;
  float: left;
  background-image: url("../../shared/img/svg/RLLogoWithWords.svg");
  background-repeat: no-repeat;
  background-color: white;
  cursor: pointer;
  border-top-left-width: 1px;
  border-top-right-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: solid #402500;
  border-bottom: 0px;
}

#orpDOE {
  margin: 0px;
  width: 185px;
  height: 36px;
  float: right;
  background-image: url("../../shared/img/svg/ORPLogoWithWords.svg");
  background-repeat: no-repeat;
  background-color: white;
  cursor: pointer;
  border-top-left-width: 1px;
  border-top-right-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: solid #402500;
  border-bottom: 0px;
}

button:hover {
  color: #E17C00;
}

.cmt {
  font-size: 12pt;
  padding: 2px 6px 2px 6px;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
  border-width: 1px;
  border-radius: 10px;
  color: #EEEEEE;
  background: #2C2240;
  border-style: none;
  float: right;
}

.orangeBtn {
  border: 0;
  background: #E17C00 linear-gradient(to bottom, #E17C00, #d35e00);
  border-radius: 5px;
  text-shadow: 1px 1px 5px #666666;
  box-shadow: 2px 2px 4px #666666;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 20px 3px 20px;
  margin: 2px;
  cursor: pointer;

  box-sizing: border-box;
}

.orangeBtn:disabled,
.orangeBtn:disabled:hover{
  border: 0;
  background: #727272 linear-gradient(to bottom, #727272, #a6a6a6);
  border-radius: 5px;
  text-shadow: 1px 1px 5px #666666;
  box-shadow: 2px 2px 4px #666666;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 20px 3px 20px;
  margin: 2px;
  cursor: not-allowed;

  box-sizing: border-box;
}

.orangeBtn:hover {
  background: #d35e00 linear-gradient(to bottom, #d35e00, #E17C00);
  color: #ffffff;
}

.orangeBtn-clicked {
  background: #a15100 linear-gradient(to bottom, #a15100, #8c4700);
  color: #ffffff;
}

.orangeBtn-clicked:hover {
  background: #8c4700 linear-gradient(to bottom, #8c4700, #a15100);
  color: #ffffff;
}

.waiting {
  /*cursor: wait !important;*/
  cursor: progress !important;
}

.dojoxFloatingPaneTitle, .dijitDialogTitleBar {
  background: #402500 !important;
  color: #FFFFFF !important;
}

.dojoxFloatingPane {
  border: none !important;
}

.dijitDialog,
.dijitDialog .dijitDialogPaneContent {
  /*This is the only way to elevate the dialog to the proper position,
  as there is a defaulting bug in dojo < 1.13
  https://bugs.dojotoolkit.org/ticket/12791
  */
  /*z-index: 9999 !important;*/
  background: #FFF !important;
}

.dojoxFloatingPane {
  border-color:#444444;
  background:#E2E2E2;
  font-size: 14px;
}

/* This restores the old bootstrap extra small buttons which were removed in bs4 */
.btn-xs, .btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

div.dt-buttons {
  float: right;
}

#cookieNotice a:-webkit-any-link {
  color: #E17C00;
  text-decoration: underline;
}