@charset "UTF-8";
@font-face {
  font-family: 'robotoregular';
  src: url('https://static.io.sowre.com/adfs/fonts/roboto-regular-webfont.eot');
  src: url('https://static.io.sowre.com/adfs/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.io.sowre.com/adfs/fonts/roboto-regular-webfont.woff2') format('woff2'), url('https://static.io.sowre.com/adfs/fonts/roboto-regular-webfont.woff') format('woff'), url('https://static.io.sowre.com/adfs/fonts/roboto-regular-webfont.ttf') format('truetype'), url('https://static.io.sowre.com/adfs/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('https://static.io.sowre.com/adfs/fonts/roboto-medium-webfont.eot');
  src: url('https://static.io.sowre.com/adfs/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.io.sowre.com/adfs/fonts/roboto-medium-webfont.woff2') format('woff2'), url('https://static.io.sowre.com/adfs/fonts/roboto-medium-webfont.woff') format('woff'), url('https://static.io.sowre.com/adfs/fonts/roboto-medium-webfont.ttf') format('truetype'), url('https://static.io.sowre.com/adfs/fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('https://static.io.sowre.com/adfs/fonts/roboto-bold-webfont.eot');
  src: url('https://static.io.sowre.com/adfs/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.io.sowre.com/adfs/fonts/roboto-bold-webfont.woff2') format('woff2'), url('https://static.io.sowre.com/adfs/fonts/roboto-bold-webfont.woff') format('woff'), url('https://static.io.sowre.com/adfs/fonts/roboto-bold-webfont.ttf') format('truetype'), url('https://static.io.sowre.com/adfs/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('https://static.io.sowre.com/adfs/fonts/robotocondensed-regular-webfont.eot');
  src: url('https://static.io.sowre.com/adfs/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-regular-webfont.woff2') format('woff2'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-regular-webfont.woff') format('woff'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('https://static.io.sowre.com/adfs/fonts/robotocondensed-bold-webfont.eot');
  src: url('https://static.io.sowre.com/adfs/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-bold-webfont.woff') format('woff'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('https://static.io.sowre.com/adfs/fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
}
a {
  cursor: pointer;
  color: #08aeea;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #06a0d7;
}
html,
body {
  height: 100%;
}
lesshat-selector {
  -lh-property: 0; } 
::selection{color:#fff; background:#06a0d7}
::-moz-selection{color:#fff; background:#06a0d7;
}
/* Less ---------------------------------------------------------------------------------------------*/
/* Classes & Ids ------------------------------------------------------------------------------------*/
body {
  font-family: 'roboto_condensedregular';
  font-size: 14px;
  color: #202020;
}
#contentWrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  /* fix for flexbox max width */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 4;
}
#contentWrapper #content {
  padding: 60px;
  width: 420px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 40px 120px #000000;
  -moz-box-shadow: 0 40px 120px #000000;
  box-shadow: 0 40px 120px #000000;
  z-index: 5;
}
#contentWrapper #content #header {
  height: 61px;
  background: #ffffff url(https://static.io.sowre.com/adfs/img/logo.png) center top no-repeat;
}
#contentWrapper #content #header h4 {
  display: none;
}
#loginMessage {
  display: none !important;
}
#contentWrapper #content main #workArea #authArea #loginArea #usernamePage #error {
  margin-top: 10px;
  width: 300px;
  color: red;
}
#contentWrapper #content main #workArea #authArea #loginArea #usernamePage #nextButtonArea {
  margin-top: 30px;
  text-align: right;
}
#contentWrapper #content main #workArea #authArea #loginArea #usernamePage #nextButtonArea #nextButton {
  cursor: pointer;
  display: inline-block;
  padding: 0 40px 0 15px;
  height: 32px;
  background: url("https://static.io.sowre.com/adfs/img/next.png") right 8px center no-repeat, linear-gradient(to bottom, #08aeea 0%, #08aeea 60%, #079ace 100%);
  font-family: 'robotobold';
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contentWrapper #content main #workArea #authArea #loginArea #usernamePage #nextButtonArea #nextButton:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contentWrapper #content main #workArea #authArea #loginArea #usernamePage #nextButtonArea #nextButton:active {
  background: url("https://static.io.sowre.com/adfs/img/next.png") right 8px center no-repeat, linear-gradient(to top, #08aeea 0%, #08aeea 60%, #079ace 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contentWrapper #content main #workArea #authArea #loginArea #passwordPage #passwordBannerContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  /* fix for flexbox max width */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#contentWrapper #content main #workArea #authArea #loginArea #passwordPage #passwordBannerContainer #backButton {
  margin-right: 10px;
  line-height: 0;
}
#contentWrapper #content main #workArea #authArea #loginArea #passwordPage #errorPassword {
  clear: both;
  padding-top: 15px;
  width: 300px;
  color: red;
}
#submitButton {
  cursor: pointer;
  display: inline-block;
  padding: 0 40px 0 15px;
  height: 32px;
  background: url("https://static.io.sowre.com/adfs/img/next.png") right 8px center no-repeat, linear-gradient(to bottom, #08aeea 0%, #08aeea 60%, #079ace 100%);
  font-family: 'robotobold';
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: right;
  margin-top: 30px;
}
#submitButton:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#submitButton:active {
  background: url("https://static.io.sowre.com/adfs/img/next.png") right 8px center no-repeat, linear-gradient(to top, #08aeea 0%, #08aeea 60%, #079ace 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contentWrapper #content main #workArea #signoutArea #openingMessage {
  display: none;
}
#contentWrapper #content main #workArea #idpSignonArea #idp_SignOutPanel {
  display: none;
}
#contentWrapper #content main #workArea #idpSignonArea .hidden {
  display: none;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin {
  margin-top: 20px;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin #idp_ThisRpPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  /* fix for flexbox max width */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 300px;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin #idp_ThisRpPanel input[type=radio] {
  position: relative;
  top: -1px;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin #idp_OtherRpPanel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  /* fix for flexbox max width */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin #idp_OtherRpPanel input[type=radio] {
  position: relative;
  top: -1px;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin #idp_OtherRpPanel select {
  margin-top: 4px;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin .submit {
  cursor: pointer;
  display: inline-block;
  padding: 0 40px 0 15px;
  height: 32px;
  background: url("https://static.io.sowre.com/adfs/img/next.png") right 8px center no-repeat, linear-gradient(to bottom, #08aeea 0%, #08aeea 60%, #079ace 100%);
  font-family: 'robotobold';
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 32px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin .submit:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contentWrapper #content main #workArea #idpSignonArea .sectionMargin .submit:active {
  background: url("https://static.io.sowre.com/adfs/img/next.png") right 8px center no-repeat, linear-gradient(to top, #08aeea 0%, #08aeea 60%, #079ace 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contentWrapper #content main #workArea #idpSignonArea .submitMargin {
  margin-top: 30px;
  text-align: right;
}
#contentWrapper #footer {
  display: none;
}
#fullPage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#fullPage #brandingWrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#fullPage #brandingWrapper .illustrationClass {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff url(https://static.io.sowre.com/adfs/img/bkg-login.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 3;
}
input[type=checkbox] {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:hover {
  border-color: #08aeea;
}
input[type=checkbox]:focus {
  border-color: #08aeea;
}
input[type=checkbox]:checked {
  background: #ffffff url(https://static.io.sowre.com/adfs/img/checkbox.png) center center no-repeat;
}
input[type=file] {
  padding-left: 35px;
  width: 350px;
  height: 32px;
  background: #fff;
  font-family: 'roboto_condensedregular';
  font-size: 12px;
  color: #202020;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=file]:before {
  position: absolute;
  content: '';
  display: block;
  margin-top: -7px;
  margin-left: -35px;
  width: 350px;
  height: 30px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
}
input[type=file]:after {
  position: absolute;
  content: 'FILE...';
  display: block;
  margin-top: -24px;
  margin-left: -32px;
  width: 100px;
  height: 26px;
  background: #eee;
  font-family: 'roboto_condensedbold';
  font-size: 11px;
  color: #202020;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
  z-index: 2;
}
input[type=radio] {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:hover {
  border-color: #08aeea;
}
input[type=radio]:focus {
  border-color: #08aeea;
}
input[type=radio]:checked {
  background: #ffffff url(https://static.io.sowre.com/adfs/img/checkbox.png) center center no-repeat;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email] {
  padding: 0 10px;
  min-width: 300px;
  height: 32px;
  background: #fff;
  font-family: 'roboto_condensedregular';
  font-size: 12px;
  color: #202020;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #a6a8bf;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  color: #a6a8bf;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #a6a8bf;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #a6a8bf;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=email]:hover {
  border-color: #08aeea;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  border-color: #08aeea;
}
input[type=text].cerca,
input[type=password].cerca,
input[type=number].cerca,
input[type=email].cerca {
  padding: 0 30px 0 10px;
  background: #ffffff url(https://static.io.sowre.com/adfs/img/cerca.png) right 8px top no-repeat;
}
input[type=text].cerca:focus,
input[type=password].cerca:focus,
input[type=number].cerca:focus,
input[type=email].cerca:focus {
  background-position: right 8px bottom;
}
input[type=text].date,
input[type=password].date,
input[type=number].date,
input[type=email].date {
  padding: 0 30px 0 10px;
  width: 120px;
  background: #ffffff url(https://static.io.sowre.com/adfs/img/date.png) right 7px center no-repeat;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
label {
  display: block;
  margin-bottom: 3px;
}
select {
  padding: 0 30px 0 10px;
  min-width: 300px;
  height: 32px;
  background: #ffffff url(https://static.io.sowre.com/adfs/img/select.png) right 9px top no-repeat;
  font-family: 'roboto_condensedregular';
  font-size: 12px;
  color: #202020;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:hover {
  border-color: #08aeea;
}
select:focus {
  background-position: right 9px bottom;
  border-color: #08aeea;
}
select::-ms-expand {
  display: none;
}