/*! VG PMSOL Login SYS  CSS File SS2

 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #307E88;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #CD005E;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

/*!
 * PMS LOGIN PAGE CUSTOM STYLES
 *
 */

html,
body {
    height: 100%;
    background-color: #ffffff;
    ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Calibri, Arial, "sans-serif";
}

body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color:#edeef0;
}

.header {
    align-self: flex-start;
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    z-index:50;
}

.header-first {
    background: #fff;
    min-height: 2rem;
    margin-top:-10px;
    opacity: 0.5;
}

.header-second h1 a {
    color: #ffffff!important;
    text-decoration: none;
    font-size: 29px;
    float: right;
    margin-bottom:0;
} 

.header-second {
	background-color: #2F4D5B;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    border-bottom: 5px solid #CD005E;
}

.header-third {
    background-color: #ffffff;
    min-height: 1rem;
}

div[role='main'] {
    /*padding-top: 2rem;
    padding-bottom: 2rem;*/
    flex-basis: 98%;
    flex-shrink: 1;
    flex-grow: 1;
}


.hero {
    background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/background420.png');
    min-height: 620px;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #edeef0;	
}



.login-content-container {
    margin: auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.login-content {
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
    min-height: 300px;
    padding: 15px;
    max-width: 400px;
    margin-left:20px;
    margin-right:20px;
    margin-top: 12%;
    text-align:left;
}

.login-content h2 {
   font-size:1em;
   text-align:center;
}

.login-content img {
   width:100%;
   margin: 20px auto;
}

/*.login-content>div {
    padding: 0 2rem;
} NOT for Mobile can re-instate later so left code in to use */

.login-content .buttons {
   text-align:center;
}

a.helpLink.tiny {
	display:none;
}

input#rememberme {
   width: unset;
}


div.rememberMe {
   text-align: left;
   margin-top: 10px;
}

input#rememberMe {
   display: inline;
   width: auto;
} 

div.rememberMe {
   display: inline;
}

.login-content a,
.login-content a:link,
.login-content a:visited {
    color: #CD005E;
    font-weight: bold;
    font-weight: 600;
    text-decoration: underline;
    transition: 0.2s all ease-in-out;
}

.login-content a:hover,
.login-content a:focus {
    color: #307E88;
}

.login-content a:active {
    color: #BCDDE3;
}

footer {
    align-self: flex-end;
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    background: #2F4D5B;
    color: #ffffff;
    min-height: 2rem;
    font-size:14px;
    padding: 15px;
}

footer .row {
   margin-top:15px;	
}

footer .col-md-3 {
   text-align: center;
   margin-bottom: 20px;
}

footer img {
   max-width:100%;
   margin-bottom: 20px;
}

footer .footer_text {
	padding:0;
}

footer p {
   margin-bottom:8px;
}

footer p.link {
   border-bottom: 1px solid #307E88;
   padding-bottom: 10px;
}

footer p.link span {
   display:none;
}

footer a:link, 
footer a:visited {
  color:#BCDDE3;
}

footer a:hover,
footer a:focus {
    color:#FBBBD5;
}
	
footer a:active {
	color:#307E88;
}


button,
a.button,
a.button:link,
a.button:visited {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #147d87;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #147d87;
    box-shadow: 1px 1px 2px #dbdbdb;
    font-weight: 700;
    background-image: none;
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 0;
    cursor: pointer;
	margin-right:5px;
}

button:not(:disabled):hover,
button:not(:disabled):focus,
a.button:not(.disabled):hover,
a.button:not(.disabled):focus {
    color: #fff;
    background-color: #CD005E;
    border-color: #0000;
    -webkit-transform: translatey(-1px);
    transform: translatey(-1px);
    box-shadow: 1px 1px 2px #dbdbdb;
    text-decoration: none;
}

button:disabled,
a.button.disabled {
    transform: none;
    box-shadow: none;
    opacity: .65;
    cursor: not-allowed;
}

button#cancel {
    color: #212529;
    background-color: #e7e6e7;
    border-color: #e7e6e7;
}

#api .divider,
#api .social,
#api .localAccount .create {
    display: none;
}

.entry-item {
    display: block;
    margin-top: 1rem;
}

.attrEntry label,
.entry-item label {
    display: block;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
}

.buttons {
    margin-top: 1rem;
}

input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 10px;
}

input::-ms-expand {
    background-color: transparent;
    border: 0;
}

input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

input::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

input::placeholder {
    color: #6c757d;
    opacity: 1;
}

div.error {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	/*display:none; *//* VG added to remove empty error msg blocks */
}

div.error :last-child {
    margin-bottom: 0;
}

div.error[aria-hidden='true'] {
    display: none;
}

.attrEntry > div:first-child {
    margin-bottom: 1rem;
}

a#forgotPassword {
    display: inline-block;
    margin-bottom: 0.5rem;
}

#attributeList ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

/*
    Hide the "Change email" button
*/
[data-name="SelfAsserted"] button.editButton[aria-label="Change e-mail"] {
    display: none !important;
}



/*** Media Queries ***/

@media (min-width: 334px)  {
    
    .hero  { 
	min-height:640px;
    }

}

@media (min-width: 385px)  {
    
    .hero  { 
	min-height:662px;
    }

}

@media (min-width: 420px)  {
    
    .hero  { 
        background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/Background576-min.png'); 
    }

    .login-content {
	    margin: auto;
    	margin-top: 20%;
		margin-bottom: 20px;
    }

}


@media (min-width: 567px)  {
    
    .hero  { 
        background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/background648.jpg'); 
    }

    .login-content {
      display: block;
      border-radius: 4px;
      border: 1px #ddd solid;
      background-color: #fff;
      min-height: 300px;
      padding: 15px;
      max-width: 400px;
      /*margin-left:20px;
      margin-right:20px;*/
      margin-top: 20%;
      text-align:center;
    }

   .login-content img {
      width:260px;
      margin-top:20px;
   }

    footer .container {
     max-width:100%;
   }

}

@media (min-width: 648px)  {
    
    .hero  { 
        background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/Background768-min.png'); 
        min-height: 704px;
    }

}

@media (min-width: 768px) {
	
     .hero  { 
   	 background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/background992.jpg'); 
    	 min-height: 872px;
     }

    .login-content>div {
        padding: 2rem;
    }
    .login-content>div + div {
        padding: 0 2rem 2rem;
    }

   .col-md-3 {
	width:25%;
	padding:25px;
   }

   .col-md-9 {
	width:75%;
   }
	
    .login-content-container {
	margin: auto;
	position: relative;
	z-index: 1;
        min-width: 400px;
   }

   .login-content {
	margin-left: auto;
        margin-right:auto;
        margin-top:15%;
   }

   input#rememberMe {
    width: unset;
    margin-top: 10px;
    display: inline;
   } 

   footer p.link {
      display:inline;
      float: left;
      border-right: 1px solid #CD005E;
      padding-right: 10px;
      margin-right: 10px;
      border-bottom: 0;
      padding-bottom: 0;
    }
	
	footer p.link a {
		text-decoration: none;
	}
	
	 footer p.link span.divider {
      color: #CD005E;
	}

     footer p.link.last {
      border-right:0px;
    }

    footer p.body {
      display:inline-block;
    }
	
	
}
	
@media (min-width: 992px) {
	
 .hero { 
    background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/Background1200.jpg'); 
  }

   .login-content {
        margin-top:9%;
   }

  footer .container {
     max-width: 960px;
  }
	
  footer .desktop_logo {	
	  padding:10px;
  }
	
  footer img {
    height: unset;
    margin-bottom: 0;
	max-width:214px;  
  }	
	
}

@media (min-width: 1200px) {

    .hero  { 
	 background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/background1400.jpg'); 
    }	
		
   footer .container {
       max-width: 1140px;
    }
	
	footer img.desktop_image {
		padding: 0 20px 20px 20px;
	}
}

@media (max-height: 900px) and (min-width: 1300px) {
    .login-content {
	    margin-top: 6%;
        margin-bottom:6%;
   }
}

@media (min-width: 1400px) {

    .hero  { 
	 background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/background1600.jpg'); 
         min-height: 895px;
    }	

		
}

@media (min-width: 1600px) {
	
    .hero  { 
	 background-image: url('https://uatsaidentity101.blob.core.windows.net/pmsonline/uat/assets/images/DesktopBackground.jpg'); 
    }		
}



@media screen and (prefers-reduced-motion: reduce) {
    input {
        transition: none;
    }
}


div.error.itemLevel, div.verificationErrorText.error {
    display: none;
}

.error.itemLevel.show {
    display: block !important;
}

