/*
  WebOffice style definitions file for the HTML client
  Modifications to this file by customers and partners are not supported, and changes are lost on a WebOffice update!
  Customer specific changes are to be done in the file "weboffice_user.css", overriding the styles defined in this file
  For further information see the WebOffice documentation
*/
.synergis_noprint  {
  display:none;
}

.jsxmain  {
  position:absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;

}

.synergis_body  {
  background-color: #D2E9FF;
  border: 0 solid #6699CC;
  background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #000000;
    background-attachment: fixed;
    background-size: cover;
  text-align: center;
  padding-top: 50px;
  font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  margin: 0;
}

#usergroup_body {
  overflow: hidden;
}
.synergis_errorlabel  {
  border: 2px solid #6699CC;
  padding: 20px;
  margin: 20px;
}

.synergis_errormessage, .synergis_infomessage {
  padding: 10px 0 10px 0;
  font-size: 14px;
  width: 25%;
  min-width: 350px;
  /* background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
}

.synergis_errormessage  {
  color: #FF0000;
  font-weight: bold;
}

.synergis_infomessage  {
  color: #000000;
}

.synergis_service {
    padding: 3px;
}

.div_input {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  outline: 0;
  height: 29px;
  width: 100%;
  margin-bottom: 5px;
}

.logintextbox  {
  font-weight: normal;
  font-style: normal;
  COLOR: #fff;
  FONT-FAMILY: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
  width: 100%;
  height: 100%;
  padding-left: 5px;
  border: 1px rgba(255, 255, 255, 0.4) solid;
  -webkit-appearance: none;
}
.invalid .logintextbox  {
  border: 1px rgba(255, 0, 0, 1) solid;
}


.logintext  {
  FONT-WEIGHT: normal;
  FONT-SIZE: 14px;
  FONT-FAMILY: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
  text-align: center;
  width: 35%;
}

.login_input {
    text-align: center;
    width: 50%;
}

.group {
  text-align: center;
  max-width: 350px;
}

.logintext.logout  {
  FONT-SIZE: 16px;
  text-align: center;
  padding-bottom: 10px;
}

.logintext.logout a {
    color: black;
    font-weight: bold;
}

.logintextbox:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.logindialog  {
  width: 350px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: #A5C9F0;
  padding-top: 20px;
  padding-bottom: 10px;
}
.invalid .logindialog {
  padding-top: 0;
}

.agol_oauth {
  width: inherit;
}

.logindialog table {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
.loginbutton, .loginbutton_agol  {
  font-size: 14px;
  line-height: 16px;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle !important;
  background-color: rgba(255, 255, 255, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#66ffffff);
  border: 2px transparent solid;
  margin: auto;
  COLOR: #FFFFFF;
  FONT-FAMILY: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
  width: 120px;
}

.loginbutton:disabled{
	opacity: 0.6;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.1) !important;
	transition-duration: 0.4s !important;
}

.logindialog .loginbutton:hover, .logindialog .loginbutton_agol:hover {
   border: 1px solid rgba(255, 255, 255, 0.4);
   background-color: rgba(255, 255, 255, 0.1) !important;
   transition-duration: 0.4s !important;
}

.loginbutton_agol  {
  width: 100%;
}

img.logo  {
  background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  min-height: 150px;
  min-width: 150px;
  max-height: 15%;
  max-width: 15%;
  height: 100%;
  width: 100%;
  border: 0;
}
.logo_portal {
    background-image: url( "logo_portal_white.png" );
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}
img.logo.logout {
  margin-bottom: 20px;
}

img.loading  {
  background-image: url( "../JSXAPPS/weboffice/images/load_modern.gif" );
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 55px;
  border: 0;
}


.hidden {
  display: none;
  visibility: hidden;
}

.visible {
  display: "";
  visibility: visible;
}

.extcall {
  font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
  font-style: normal;
  padding: 20px;
  vertical-align: middle;
  color: #fff;
}

.selfregistration {
    text-align: center;
    margin-bottom: 10px;
}
.selfregistration .logintext {
    padding: 5px;
    width: 100%;
}
.selfregistration .loginbutton {
    margin-top: 10px;
    width: auto;
}

/* login_choice.jsp */
.login-choice {
    height: auto;
}
.login-choice .logintext > div {
    min-height: 30px;
    padding-top: 10px;
}
