/* input(10,68): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
input(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'url('../fonts/open-sans-v15-latin-regular.eot?#iefix')'
input(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'url('../fonts/open-sans-v15-latin-regular.ttf')'
input(22,70): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
input(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'url('../fonts/open-sans-v15-latin-600.eot?#iefix')'
input(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'url('../fonts/open-sans-v15-latin-600.ttf')'
input(223,1): run-time error CSS1031: Expected selector, found '}'
input(223,1): run-time error CSS1025: Expected comma or open brace, found '}' */
/*
 * Copyright (c) 2014 Salient Corporation, All Rights Reserved.
 */
/* ------------------------- */
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'),; /* Modern Browsers */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
    url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-600.woff') format('woff'),; /* Modern Browsers */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

body {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    background: #004280;
    background: -moz-linear-gradient(left, #004280 0%, #0f60ab 50%, #004280 100%);
    background: -ms-linear-gradient(left, #004280 0%, #0f60ab 50%, #004280 100%);
    background: -o-linear-gradient(left, #004280 0%, #0f60ab 50%, #004280 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #004280), color-stop(50%, #0f60ab), color-stop(100%, #004280));
    background: -webkit-linear-gradient(left, #004280 0%, #0f60ab 50%, #004280 100%);
    background: linear-gradient(to right, #004280 0%, #0f60ab 50%, #004280 100%);
    -moz-box-shadow: inset 0px 5px 8px 0px rgba(66,66,66,1);
    -webkit-box-shadow: inset 0px 5px 8px 0px rgba(66,66,66,1);
    box-shadow: inset 0px 5px 8px 0px rgba(66,66,66,.7);
    color: #424242;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004280', endColorstr='#004280', GradientType=1 );
    font-weight: normal;
    font: 300 11px/17px "Open Sans", sans-serif !important;
    line-height: 1;
    margin: 0;
    padding: 30px 0 0;
    width: 100%;
}

h1 {
    font-size: 18px;
    font-weight: 700;
}

#container {
    margin: 0 auto;
    max-width: 400px;
    padding-top: 5%;
}

#logo {
    padding: 30px 0;
}

.login {
    padding: 20px 0px;
}

.sso-button-container {
    padding: 1px;
    margin: 1px;
}

.orange-button {
    -moz-box-shadow: 0px 3px 5px rgba(66,66,66,.7);
    -webkit-box-shadow: 0px 3px 5px rgba(66,66,66,.7);
    background-color: #0f60ab;
    border-radius: 3px;
    border: 1px solid #004280;
    box-shadow: 0px 3px 5px rgba(66,66,66,.7);
    color: white;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 20px;
    height: auto;
    margin: 0px auto;
    padding: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

    .orange-button:hover,
    .orange-button:focus {
        -moz-box-shadow: 0px 5px 7px rgba(66,66,66,.7);
        -webkit-box-shadow: 0px 5px 7px rgba(66,66,66,.7);
        background-color: #004280;
        box-shadow: 0px 5px 7px rgba(66,66,66,.7);
        color: #fafafa;
        transition: all 0.3s ease;
    }

    .orange-button:active {
        background-color: #004280;
    }

img {
    height: auto; /*width: 70%;*/
}

a:link, a:visited {
    color: #424242;
}

.select {
    background-color: transparent;
    border-color: #c1c1c1;
    border-width: 0px 0px 1px 0px;
    color: #424242;
    display: inline-block;
    padding: 5px 3px;
    position: absolute;
    width: 368px;
}

    .select > option {
        color: #424242;
    }

label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 11px;
    line-height: 32px;
    width: 85px;
}

input {
    background-color: rgba(255,255,255,1);
    border: 1px solid #c1c1c1;
    color: #424242;
    float: left;
    height: 22px;
    padding: 4px 2%;
    position: absolute;
    width: 350px;
}

button {
    width: 350px;
}

.field {
    padding: 11px 0;
}

.terms {
    color: #9e9e9e;
    display: block;
    font-size: 10px;
    line-height: 1.3em;
    padding: 0px 15px 15px 15px;
    text-align: justify;
}

.switch-link {
    padding: 10px 0;
    text-align: center;
}

#about {
    bottom: 9px;
    color: #212121;
    display: block;
    position: fixed;
    right: 0;
    width: 150px;
}

    #about li {
        display: inline-block;
        margin-right: 10px;
    }

@media screen and (max-width: 768px) {
    #about
}


.field-server {
    background-image: url(../images/server-icn.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 30px;
}

.field-username {
    background-image: url(../images/user-icn.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 30px;
}

.field-passsword {
    background-image: url(../images/password-icn.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 30px;
    padding-top: 8px;
}

    .field-username input, .field-passsword input, .field-server select {
        left: 60px;
    }

        .field-username input:-webkit-autofill, .field-passsword input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 30px white inset;
        }

.field-username label {
    line-height: 20px;
    margin-top: -20px;
    text-align: left;
    width: 350px;
}

.field-passsword label {
    line-height: 20px;
    margin-top: -20px;
    text-align: left;
    width: 350px;
}

.field-server label {
    line-height: 20px;
    margin-top: -20px;
    text-align: left;
    width: 350px;
}

.field-username, .field-passsword, .field-server {
    display: flex;
    margin-bottom: 36px;
}

.error {
    background: #D54949;
    border-radius: 3px;
    border: 2px solid #C51010;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    padding: 15px 2px;
    position: relative;
    text-align: center;
    top: 0;
    width: 400px;
}

#loadingMessage .spin-img {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #0f60aa;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1.3s linear infinite;
  margin: 15px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.loadingText {
    color: #424242;
    display: inline-block;
    font-family: 'SalientBold' tahoma, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px;
    vertical-align: top;
}

.loadingBody {
    background-color: white;
    display: inline-block;
    text-align: center !important;
}

#header {
    height: 98px;
    width: 100%;
}

#content {
}

#loginbox {
    -moz-box-shadow: 0px 3px 5px rgba(66,66,66,.7);
    -webkit-box-shadow: 0px 3px 5px rgba(66,66,66,.7);
    background: #ECE9E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 3px;
    box-shadow: 0px 3px 5px rgba(66,66,66,.7);
    margin: 0 auto;
    padding: 30px 30px 0px 30px;
    position: relative;
    width: 410px;
}

#headerlogin {
    text-align: center;
}

#headertext {
    position: relative;
    top: 20px;
}

#logincontainer {
    background-repeat: repeat-y;
}

#loginform {
    padding-top: 36px;
}

#companylogo {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}

    #companylogo img {
        height: auto;
        max-width: 100%;
    }

#footer {
    bottom: 0px;
    color: #002242;
    display: block;
    font-size: 9px;
    left: 20px;
    margin: 10px auto;
    position: fixed;
    text-align: center; /* padding: 0px 0px 20px 0px; */
}

.helpbutton {
    background-color: transparent;
    border-style: hidden;
    cursor: pointer;
    float: left;
    margin-bottom: 1px;
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

    .helpbutton:hover {
        border: none;
        text-decoration: underline;
    }

.aboutbutton {
    background-color: transparent;
    border-style: hidden;
    cursor: pointer; /* border-width:1px; */
    float: right;
    margin-bottom: 1px;
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.buttons {
    background-color: transparent;
    border-style: hidden;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 1%;
    white-space: nowrap;
}

.aboutbutton:hover {
    border: none;
    text-decoration: underline;
}


#loginLinks {
    padding: 0 50px 10px 50px;
}

.cancelButton {
    background-image: url(../images/X-close.png);
    height: 16px;
    left: 5px;
    position: relative;
    top: 11px;
    width: 16px;
}
