﻿@font-face {
    font-family: "rsFont";
    src: url('/PlainThin-Regular.woff') format('woff');
}
body {
    font-family: rsFont !important;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
}
.remove-navbar {
    display:none;
}
.body-content {
    height: 100vh;
}
#ombre-cube {
    top: 65%;
    position: absolute;
    width: 40%;
     left: 27%;
        -webkit-animation: ombre 5s infinite; /* Safari 4+ */
  -moz-animation:    ombre 5s infinite; /* Fx 5+ */
  -o-animation:      ombre 5s infinite; /* Opera 12+ */
  animation:         ombre 5s infinite; /* IE 10+, Fx 29+ */
}
.login-page .panel-body {
    margin-top: 50%;
}
.actions-group {
    float: right;
}

.forgot-block {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    color: black;
}
hr {
border: 1px solid black;
}

    .actions-group button {
            background-color: rgba(0, 0, 0, 0.9);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border-radius: 7px;
    opacity: 0.8;
    }
.login-page .form-control {
    background-color: rgba(0, 0, 0, 0.9) !important;
    border-radius: 0px;
    color: white;
}
.alert-danger {
      color: #a94442;
    background-color: rgba(0, 0, 0, 0.9) !important;
    border-color: #ebccd1;
    border-radius: 0px;
    position: absolute;
    opacity: 0.8;
    bottom: 5%;
    z-index: 1000;
    width: 23%;
}
.login-page .form-group a {
    float: right;
    color: grey;
}
.login-page {
    width: 100%;
    height: 100%;
}
    .login-page label {
        font-weight: normal;
    }
.login-page h3{
        font-size: 18px;
        margin-top: 20%;
    margin-left: 15px;
 text-transform: uppercase;
}
.rs-expose h1{
    font-size: 50px;
    margin-left: 40px;
    margin-top: 40px;
    color: black;
}
#rs-cube{
    position: absolute;
    width: 24%;
    left: 35%;
    top: 25%;
    -webkit-animation: float 5s infinite; /* Safari 4+ */
  -moz-animation:    float 5s infinite; /* Fx 5+ */
  -o-animation:      float 5s infinite; /* Opera 12+ */
  animation:         float 5s infinite; /* IE 10+, Fx 29+ */
}
@keyframes ombre {
	0% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(0.9);
	}
	100% {
			transform: scale(1.1);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.login-page .panel {
    height:100vh;
    background-color: rgba(0, 0, 0, 0.9);
}
.rs-expose {
     background-image:url('/fond-solutions.jpg');
    background-size: cover;
    height: 100vh;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
