﻿html{
    --color-danger: #B40000;
    --layout-margin-between-text-content: 0.625rem;
    --layout-border-thickness-standout: 0.125rem;
    --colour-supporting-text-on-primary-base: #6A7480;
    --stacked-form-field-margin: 1.3rem;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../Fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../Fonts/OpenSans-Regular.ttf') format('truetype');
}
body {
    min-width: 300px !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    background: url("../Content/images/login-bg.webp") no-repeat center center fixed;
    background-size: cover;
    font-family: "Open Sans", Sans-Serif, Helvetica;
    font-size: 0.8em;
}
h1 {
    font-size: large;
}
.page p {
    line-height: 1.2;
    margin: 0 0 20px;
}
.page {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10em;
    max-width: 920px;
    min-width: 700px;
    padding-bottom: 1px;
    position: relative;
}
.page .loader {
    background: url("images/loading.gif") no-repeat scroll center center transparent !important;
    display: none;
    min-height: 50px;
}
#header {
    margin: 0 auto;
    width: 390px;
}
.page .inset {
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.page #main {
    border-radius: 10px 10px 10px 10px;
}
.page .padfooter {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 0;
}
ul#menu {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
ul#menu li {
    float: left;
    list-style: none outside none;
    margin: 0;
}
ul#menu li a {
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-weight: bold;
    margin: 5px;
    padding: 5px 15px;
    text-decoration: none;
}
ul#menu li:hover {
    text-decoration: none;
}
ul#menu li a:active {
    text-decoration: none;
}
ul#menu li.selected a {
    color: #000000;
}
.page fieldset {
    margin: 1em 0;
    padding: 1em;
}
.page fieldset label.inline {
    display: inline;
}
.page legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px;
}
.page .grid {
    width: 100%;
}
.page table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
}
.page table td {
    border: 1px solid #E8EEF4;
    padding: 0 10px;
}
.page tr.gridrow {
    background-color: #FFFFFF;
}
.page td input[type="text"] {
    width: 250px;
}
.page td textarea {
    width: 350px;
}
.page tr.gridrow input[type="button"], tr.gridrow_alternate input[type="button"] {
    color: #000000;
}
.page tr.gridrow input[type="button"]:hover, tr.gridrow_alternate input[type="button"]:hover {
    cursor: pointer;
}
.page table.grid td, table.grid th {
    border: 1px solid #D9E2E9;
    color: #6E6E6E;
}
.page table.grid a {
    color: #6E6E6E;
}
a img {
    border: medium none;
}
.page tr.gridrow_alternate td, table.grid th {
    box-shadow: 0 0 0 1px #FFFFFF inset;
}
.page table th {
    background-color: #E8EEF4;
    border: 1px solid #AAAAAA;
    padding: 6px 5px;
    text-align: left;
}
.page table tr td h3 {
    margin: 5px 0;
}
.page table tr td {
    height: 30px;
    vertical-align: middle;
}
.page table tr td div {
    padding: 5px 0;
}
.page .row_heading {
    background-color: #E5E5E5;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    font-weight: bold;
    vertical-align: middle;
}
.page .likert {
    float: left;
    margin-bottom: 8px;
    margin-right: 10px;
}
.page .likert_center, .option_center {
    display: block;
    margin: auto;
}
.page .likert_container, .option_container {
    float: left;
    text-align: center;
    width: 22px;
}
.page #tagDiv, #links_list, #action_links, #feedback_links, #version_history {
    margin: 30px 0 0;
    padding: 0;
}
.page #tagDiv h3, #links_list h3, #version_history h3 {
    margin-bottom: 10px;
}
.page .clear {
    clear: both;
}
.page .error {
    color: Red;
}
#menucontainer {
    position: relative;
}
.page .padheader {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.page .padheader h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.page .padheader p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
}
#logindisplay {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 15px 7px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 0;
}
#logindisplay a:link {
    text-decoration: none;
}
#logindisplay a:visited {
    text-decoration: none;
}
#logindisplay a:hover {
    text-decoration: none;
}
.page .field-validation-error {
    color: #FF0000;
}
.page .input-validation-error {
    background-color: #FFEEEE;
    border: 1px solid #FF0000;
}
#deviceName.required-input-error {
    border: 1px solid #ff0000;
}
.page .validation-summary-errors {
    color: #FF0000;
    font-weight: bold;
}
.page .acchidden {
    margin-left: -99999px;
    position: absolute;
}
.page .containerwrapper {
    overflow: hidden;
}
.page .addlink {
    margin-top: 10px;
}
.page .noborder tr td {
    border: 0 none;
}
#deviceDuplicate input {
    display: block;
    float: left;
    margin-right: 10px;
}
.page .noleftpadding tr td {
    padding-left: 0;
}
.page {
    margin-top: 0;
    min-width: 300px !important;
    width: 90% !important;
}
div#menucontainer {
    display: none;
}
div#header {
    position: static !important;
}
div#search {
    display: none;
}
div#menu-leftcol {
    display: none;
}
div#menu-rightcol-content {
    width: 100%;
}
.page .padfooter {
    height: 20px;
}
#menucontainer {
    position: relative;
}
.page .editform input[type="text"] {
    width: 30em;
}
.page .editform table textarea {
    border: 0 none;
    border-radius: 0 0 0 0;
    padding: 0;
}

fieldset {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.inset {
    background-color: #FFFFFF;
}
#logindisplay a {
    color: #FFFFFF;
}
#logindisplay {
    background: none repeat scroll 0 0 #373D52;
}
.padcontainer {
    border: 1px solid #393E4D;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
}
.padheader {
    background: none repeat scroll 0 0 #4A4E57;
    border-bottom: 1px solid #393E4D;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    height: 30px;
}
.padheader h2 {
    color: #FFFFFF;
}
.padbody {
}
.padfooter {
    background: none repeat scroll 0 0 #4A4E57;
    border-top: 1px solid #393E4D;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    height: 20px;
}
#menucontainer {
    background: none repeat scroll 0 0 #B54C4C;
    position: relative;
}
.mainmenu {
    border-bottom: 1px solid #393E4D;
    border-top: 1px solid #393E4D;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25) inset;
}
.mainmenu li {
}
.mainmenu li a {
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    color: #FFFFFF;
}
.mainsearch {
}
.quicklaunch {
}
.pebblepadlogo {
    margin: 0;
}
.notificationbar {
    background-color: #4A4E57;
}
.editform input[type="text"] {
    width: 30em;
}
.editform table textarea {
    border: 0 none;
    border-radius: 0 0 0 0;
    padding: 0;
}
input[type="text"], input[type="password"], textarea, .htmleditor {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #000000;
    padding: 5px;
}
.tab {
}
.checkbox {
}
.ribbon {
}
.sidebar {
}
.sectioncontainer {
}
tr.gridrow_alternate {
    background-color: rgba(0, 0, 0, 0.1);
}
table.grid th {
    background-color: rgba(0, 0, 0, 0.1);
}
.backgroundcolor {
    background-color: #B54C4C;
    color: #FFFFFF;
}
.cellborder {
    border: 1px solid #393E4D;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.interfacecolorbackground {
    border: 1px solid #393E4D;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
}
.selected {
    background-color: rgba(0, 0, 0, 0.1) !important;
    font-weight: bold !important;
}
.menu-leftcol-title {
    background-color: rgba(0, 0, 0, 0.1);
}
.menu-leftcol-item input {
    color: #000000;
}
.sharetabs input {
    color: #000000;
}
.gridrow_selected {
    background-color: rgba(0, 0, 0, 0.2);
}
#search #global_advancedsearch {
    color: #FFFFFF;
}

.container {
    zoom: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin: 0 auto 10px auto;
	padding: 20px;
	width: 350px;

}

.container h1 {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px

}

#login_container {
}

#login_container h3 {
}

#help_container {
}

#help_container h3 {
}

.expanding_container {
	display: none;
}

#login_inner_container form {
    margin: 0;
}

#login_options {
	background-color: #FBFBFB;
	padding: 10px;
	border: 1px solid #ccc;

	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.options_container {
    margin-top: 15px
}

.options_heading {
	display: block;
	background-color: #494D56;
	padding: 5px;
	color: #fff;
}

#loginbuttonscontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#loginblurb h1 {
	margin-top: 0px;
}

.redirectedReason {
    border: solid 0.1rem #89929A;
    border-left: solid 0.5rem #D04011;
    padding: 0.5rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

a {
	text-decoration: none;
	color: #484396;
}

a:hover {
	text-decoration: underline;
}

#loginboxes.longerLabels label {
    display: inline-block;
    width: 130px;
    padding: 7px 0;
}

#loginboxes.shorterLabels label {
    display: inline-block;
    width: 90px;
}

#loginboxes.longerLabels input[type="text"],
#loginboxes.longerLabels input[type=password] {
	width: 195px;
}

#loginboxes.shorterLabels input[type="text"],
#loginboxes.shorterLabels input[type=password] {
	width: auto;
}

.forgotLinks {
    text-align: center;
    margin-bottom: 5px;
}

#loginboxes .captchaContainer {
    padding-top: 9px;
}

a.loginbutton {
    font-size: 13.33px;
    font-family: Arial;
}
.loginbutton {
    background-color: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f0f0f0 15%, #f0f0f0 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(15%,#f0f0f0), color-stop(97%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f0f0f0 15%,#f0f0f0 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f0f0f0 15%,#f0f0f0 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f0f0f0 15%,#f0f0f0 97%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%,#f0f0f0 15%,#f0f0f0 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    display: inline;
	padding: 5px 10px;
	text-align: center;
	white-space: normal;
	border: 1px solid #CCC;
    border-radius: 3px;
    color: #444;
    cursor: pointer
}

.loginbutton:disabled {
    background: #efefef;
    border: 1px solid #ddd;
    color: #aaa
}

.loginbutton:disabled:hover {
    background: #efefef;
    cursor: default
}

.loginbutton:hover, .loginbutton:focus {
    background: -moz-linear-gradient(top, #e3e3e3 0%, #f0f0f0 15%, #f0f0f0 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(15%,#f0f0f0), color-stop(97%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#f0f0f0 15%,#f0f0f0 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e3e3e3 0%,#f0f0f0 15%,#f0f0f0 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e3e3e3 0%,#f0f0f0 15%,#f0f0f0 97%); /* IE10+ */
    background: linear-gradient(to bottom, #e3e3e3 0%,#f0f0f0 15%,#f0f0f0 97%); /* W3C */
}

.loginbutton.iconbutton {
    font-size: 10px;
    margin-right: 8px;
    margin: 8px;
    min-width: 150px;
}

.loginbutton.iconbutton .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.loginbutton.iconbutton img {
    margin-right: 8px;
    height: 25px;
    width: 25px;
}

.loginbutton.iconbutton.large {
    font-size: 14px;
}

.loginbutton.iconbutton.large img {
    width: 40px;
    height: 40px;
}

.option_heading_button {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    color: white;
    padding: 0;
}
hr {
	border-bottom: 1px dotted #000;
	border-style: none none dotted;
}

.options_heading img {
	margin-bottom: -4px;
}

#internalexternalselector {
    margin-bottom: 15px
}

#organisationpicker {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    background-color: #FFF;
    padding: 3px;
    width: 100%;
    box-sizing: border-box;
}

#orglogo_container {
    display: flex;
    flex-direction: column;
    padding: unset;
    width: 390px;
    font-family: "Open Sans";
    text-align: center;
    font-size: 2em;
    color: #161616;
}

#orglogo_container span {
    border-bottom: 1px solid #8a9299;
    padding: 20px;
}

#orglogo_container a {
    font-size: 13px;
    margin: 10px auto 10px 10px;
    font-weight: 600;
}

#orglogo_container img {
    max-width: 100%;
    max-height: 150px;
}

.focusable--outside-focus-ring{
    outline-offset: 3px;
}


.stacked-form-field {
    display: flex;
    flex-direction: column;
    gap: var(--layout-margin-between-text-content);
    width: 100%;
    margin-bottom: var(--stacked-form-field-margin);

    label{
        padding-bottom: 0;
    }

    :focus{
        outline-width: var(--layout-border-thickness-standout);
    }
}

input.login-form-input--error{
    border-color: var(--color-danger);
    outline-color: var(--color-danger);
}

.login-form-err-msg{
    color: var(--color-danger);
    margin: 0;
    display: none;
}

.login-err-msg {
    color: var(--color-danger);
}

.login-form-err-container {
  border: 1px solid var(--color-danger);
  padding: 0 1rem;
  margin-bottom: 0.5rem;

  & .login-form-err-container--title{
    margin: var(--layout-margin-between-text-content) 0;
    font-size: 0.875rem;
  }

  &:focus{
    outline: solid var(--layout-border-thickness-standout) var(--color-danger);
    outline-offset: calc(var(--layout-border-thickness-standout) * -1);
  }
}

.internalexternalselector_list {
    margin-left: 0;
}

.error-text{
  color: var(--color-danger);
}

.label-hint{
  color: var(--colour-supporting-text-on-primary-base);
}

.signup-form-instructions{
  margin: var(--stacked-form-field-margin) 0;
}

.util-hide-element {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
