@font-face { font-family: CiscoSans; src: url(../font/cisco-sans/CiscoSansTTRegular.woff) format("woff"); font-style: normal; font-weight: 400; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }
@font-face { font-family: CiscoSans; src: url(../font/cisco-sans/CiscoSansTTLight.woff) format("woff"); font-style: normal; font-weight: 300; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }
@font-face { font-family: CiscoSans; src: url(../font/cisco-sans/CiscoSansTTExtraLight.woff) format("woff"); font-style: normal; font-weight: 100; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }
@font-face { font-family: CiscoSans; src: url(../font/cisco-sans/CiscoSansTTLightOblique.woff) format("woff"); font-style: oblique; font-weight: 300; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }
@font-face { font-family: CiscoSans; src: url(../font/cisco-sans/CiscoSansTTExtraLightOblique.woff) format("woff"); font-style: oblique; font-weight: 100; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #58585b;
    font-size: 13px;
    font-weight: 300;
    font-family: "CiscoSans",Arial,Helvetica,"Helvetica Neue","HelveticaNeue","Lucida Grande",sans-serif;
    line-height: 140%;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../img/login-background.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.error-background-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../img/error-background.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

li:focus,
a:focus,
span:focus,
button:focus,
select:focus,
.select2-results__option {
    outline: 0;
}

/* Dropdown styles */

.select-wrapper {
    border-radius: 4px;
    color: #333;
    display: inline-block;
    position: relative;
    width: 100%;
}

.select-wrapper select {
    background: #fff;
    border-radius: 4px;
}

.platform-select {
    border: 0;
    height: 40px;
    width: 100%;
    font-size: 14px;
}


/* Select2 Styles */

.select2 .select2-selection {
    border: 1px solid #a5b1bb;
    height: 40px;
}

.select2-container--default .select2-selection--single {

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px;
}

.select2-results__option {
    color: #333;
    padding: 8px 6px 6px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #049FD9;
}


.hidden {
    display: none;
    visibility: hidden;
}

.message-box {
    margin: 100px auto 0;
    border-radius: 5px;
    background: #fff url("../img/SadChickenllama.png") no-repeat bottom right;
    box-shadow: 0 0 5px #888888;
    padding: 30px;
    min-height: 400px;
    background-origin: content-box;
}

.message-box-large {
    max-width: 600px;
}

.message-box-mid {
    max-width: 400px;
    min-height: 450px;
}

.message-box-large .message-content {
    margin-right: 300px;
}

.message-box h2 {
    font-weight: 100;
}

/* Error box */

.error-box {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(7, 16, 19, 0.14), 0 9px 7px -2px rgba(7, 16, 19, 0.2), 0 7px 11px 0 rgba(7, 16, 19, 0.12);
    margin: 190px auto 0;
    padding: 40px 30px 40px;
    width: 650px;
    heigth: 450px;
}

.error-box .logo {
    text-align: center;
}

.error-box .logo img {/*margin 43-30 height 45 - 30 */
    display: block;
    margin: auto;
    margin-bottom: 30px;
    height: 30px;
}

.error-box .logo span {/* font-30 - 32 */
    padding-left: 12px;
    font-size: 32px;
    color: #39393b;
    font-weight: 100;
    display: block;
    padding-top: 27px;
}

.error-box > .header {
    padding: 30px 60px 10px;
    font-weight: 700;
    color: #58585b;
    font-size: 14px;
}

.error-box .error-message {/* font 13-16 */
    font-size: 16px;
    color: #39393b;
    display: block;
    text-align: center;
    padding: 35px 0 40px;
}

.error-box a:link,
.error-box a:visited,
.error-box a:hover {/* 13-16 */
    font-size: 16px;
    text-decoration: none;
}

.error-box > .footer {
    padding-top: 30px;
    text-align: center;
}

a:link,
a:visited,
a:hover {
    color: #009cdd;
    text-decoration: none;
}



/* Login form */

.login-box {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(7, 16, 19, 0.14), 0 3px 1px -2px rgba(7, 16, 19, 0.2), 0 1px 5px 0 rgba(7, 16, 19, 0.12);
    margin: 190px auto 0;
    padding: 40px 30px 40px;
    width: 430px;
}

.login-box .logo {
    text-align: center;
}

.login-box .log img {
    display: block;
    margin: auto;
    margin-bottom: 43px;
    height: 1.2em;
}

.login-box .logo span {
    padding-left: 12px;
    font-size: 30px;
    color: #39393b;
    font-weight: 100;
    display: block;
    padding-top: 27px;
}

.login-box .logo img {
    height: 45px;
}

.login-box > .header {
    padding: 30px 60px 10px;
    font-weight: 700;
    color: #58585b;
    font-size: 14px;
}

#login-form {
    width: 310px;
    margin: 0 auto;
}

#login-message {
    font-size: 13px;
    color: #e01414;
    padding: 15px 0 20px;
}

.login-box a:link,
.login-box a:visited,
.login-box a:hover {
    font-size: 13px;
    text-decoration: none;
}

.login-box > .footer {
    padding-top: 20px;
    text-align: center;
}

a:link,
a:visited,
a:hover {
    color: #009cdd;
    text-decoration: none;
}

button.btn-flat {
    background: #009cdd;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: "CiscoSans", Arial, Helvetica, "Helvetica Neue", "HelveticaNeue", "Lucida Grande", sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    display: block;
    width: 110px;
    padding: 10px 16px;
    cursor: pointer;
    margin: auto;
    margin-bottom: 15px;
}
/*
#go-bttn:focus,
select:focus {
  outline-color: #B7B7BA;
}*/

#saml-login input {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
}

#saml-email {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: rgb(255, 255, 255);
    border: 1px solid #a5b1bb;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(194, 194, 194);
    cursor: auto;
    font-size: 12px;
    height: 39px;
    letter-spacing: normal;
    line-height: 17.14px;
    margin-bottom: 15px;
    margin: 0;
    outline-color: rgb(194, 194, 194);
    outline-style: none;
    outline-width: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}

.btn-flat {
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 0 none;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    background: #009cdd;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    text-align:left;
}

.btn-flat:hover {
    opacity: 0.7;
    color: #fff;
}

.btn-flat:active {
    opacity: 0.5;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 12px;
    color: #39393b;
    background-color: rgba(255, 255, 255, .8);
    height: 40px;
}

footer span {
    padding-top: 13px;
    display: block;
    font-weight: 400;
}
