/*
  WebOffice style definitions file for the core 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
*/
body, html {
    margin: 0;
    padding: 0;
}

.synergis_noprint {
    display: none;
}

.jsxmain {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.synergis_body {
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 50px;
    font-family: "Segoe UI", Calibri, Verdana, Arial;
    font-size: 12px;
    font-style: normal;
    color: rgb(68, 68, 68);
    text-decoration: none;
}

.synergis_errorlabel {
    border: 2px solid rgb(102, 102, 102);
    padding: 20px;
    margin: 20px;
}

.synergis_errormessage, .synergis_infomessage {
    padding: 10px 0 10px 0;
    font-size: 12px;
    font-weight: bold;
}

.synergis_errormessage {
    color: rgb(204, 0, 0);
}

.synergis_infomessage {
    color: rgb(68, 68, 68);
}
.synergis_service {
    padding: 3px;
}

input[type=text], input[type=password], select {
    border: 1px solid rgb(179, 179, 179);
    color: rgb(102,102,102);
    font-family: "Segoe UI", Calibri, Verdana, Arial;;
    font-size: 12px;
    padding: 2px;
    width: 120px;
    outline: none;
}

.loginbutton, .loginbutton_agol {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(179, 179, 179);
    color: rgb(102,102,102);
    cursor: pointer;
    font-family: "Segoe UI", Calibri, Verdana, Arial;;
    font-size: 12px;
    margin: 10px 20px;
    width: 120px;
}
.loginbutton:hover, .loginbutton:focus, .loginbutton_agol:hover, .loginbutton_agol:focus {
    background-color: rgb(236, 146, 40);
    color: rgb(255, 255, 255);
}
.logintext {
    font-family: "Segoe UI", Calibri, Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.logindialog {
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(179, 179, 179);
    margin-top: 20px;
    padding: 20px;
}

.loginbutton_agol {
    cursor: pointer;
    width: 250px;
}

img.logo {
    background-image: url( "logo_wo10.png" );
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    width: 288px;
    height: 50px;
    border: 0;
}

.synadmin img.logo {
    background-image: url( "logo_wo10.png" );
    height: 50px;
}


.logo_portal {
    background-image: url("logo_portal.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}

img.loading {
    background-image: url("../../client_core/images/load_32x32_gray.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    border: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible {
    display: "";
    visibility: visible;
}

.synergis_custom_body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Calibri, Verdana, Arial;
    font-size: 12px;
    font-style: normal;
    color: rgb(68, 68, 68);
    background-color: rgb(255, 255, 255);
}

.custom_container {
    text-align: center;
    line-height: 2em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    width: 250px;
}

#custom_logout {
    position: fixed;
    top: 20px;
    right: 20px;
    float: right;
    z-Index: 510;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
}

.selection {
    cursor: pointer;
    text-decoration: underline;

}

.selfregistration {
    text-align: center;
    margin-top: 30px;
}

.selfregistration .logintext, .selfregistration .loginbutton {
    color: rgb(68, 68, 68);
}

.selfregistration .logintext {
    padding: 5px;
}

/* login_choice.jsp */
.login-choice {
    height: auto;
}

.login-choice .logintext {
    text-align: center;
}

.login-choice .logintext > div {
    min-height: 30px;
    padding-top: 10px;
}


.form{
  display:flex;
  flex-direction:column;
  height:100%;
  align-items:center;
  margin-bottom:50px;
}

.terms_of_use {
  flex-grow: 1;
  align-self: stretch;
  margin-bottom: 2em;
}

.terms_of_use_info {
	margin-bottom: 2em;
}

.terms_of_use iframe{
  width:100%;
  height:100%;
  max-width: 900px;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle; 
  position: relative;
  bottom: .08em; /* this is a better value for different fonts! */
}
iframe {
  border: 1px solid rgb(179, 179, 179);
}